From 62e6fc3b06e70f3ee5eba5d8db83147c97e8e5e7 Mon Sep 17 00:00:00 2001 From: Arunkarthik Periyaswamy <79645733+arunkarthik-periyaswamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:09:36 +0000 Subject: [PATCH] Fix: Move Python and NodeJS pages #12 - Moved the Python and NodeJS pages from Howtos to Developer's sections. - Updated the navigation menu in Developers section --- docs/{Howtos => Developers}/nodejs.md | 0 docs/{Howtos => Developers}/python.md | 0 mkdocs.yml | 5 ++--- 3 files changed, 2 insertions(+), 3 deletions(-) rename docs/{Howtos => Developers}/nodejs.md (100%) rename docs/{Howtos => Developers}/python.md (100%) diff --git a/docs/Howtos/nodejs.md b/docs/Developers/nodejs.md similarity index 100% rename from docs/Howtos/nodejs.md rename to docs/Developers/nodejs.md diff --git a/docs/Howtos/python.md b/docs/Developers/python.md similarity index 100% rename from docs/Howtos/python.md rename to docs/Developers/python.md diff --git a/mkdocs.yml b/mkdocs.yml index 440a1754..22536f3e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,9 +88,7 @@ nav: - Dynamic Rate Control: Howtos/dynamic_rc.md - In-place Editing: Howtos/mp4box-inplace.md - Working with Network Captures: Howtos/network-capture.md - - GPAC and NodeJS: Howtos/nodejs.md - Playlists/Splicing/Ad Insertion: Howtos/playlist.md - - GPAC and Python: Howtos/python.md - Simulating Real-Time sources: Howtos/realtime.md - ROUTE & ATSC3.0 services: Howtos/route.md - SCTE-35, id3 markers, dynamic metadata: Howtos/scte35-markers.md @@ -332,7 +330,8 @@ nav: - Intro to Filter Session: Developers/tutorials/filter-session-intro.md - Writing a custom Filter: Developers/tutorials/custom-filter.md - JavaScript: Developers/javascript.md - - Python: Howtos/python.md + - Python: Developers/python.md + - NodeJS: Developers/nodejs.md - Playback: - Overview: Player/Player.md # - Introduction: Player/Playback.md