From 1f41f251b6215d92ce45573032fbec9684e5b028 Mon Sep 17 00:00:00 2001 From: Qualis Svagtlys <45446348+Svagtlys@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:17:00 -0600 Subject: [PATCH] Starting some doc revamping This is an ongoing project to revamp the YTDL-Sub docs. Starting point: - Recreate docs folder/file structure - Update root makefile to use new make docs command - Move old docs into new docs folder structure (as a base) - Separate out old docs into individual files to allow better navigation with the new theme --- docs/source/config.rst | 0 docs/source/guides/getting_started/initial_setup.rst | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 docs/source/config.rst create mode 100644 docs/source/guides/getting_started/initial_setup.rst diff --git a/docs/source/config.rst b/docs/source/config.rst new file mode 100644 index 00000000..e69de29b diff --git a/docs/source/guides/getting_started/initial_setup.rst b/docs/source/guides/getting_started/initial_setup.rst new file mode 100644 index 00000000..b0584d52 --- /dev/null +++ b/docs/source/guides/getting_started/initial_setup.rst @@ -0,0 +1,5 @@ +Initial Setup +============= +If you haven't read it yet, it's highly recommended to go through our +`walk-through guide `_ +to get familiar with how ``ytdl-sub`` works. \ No newline at end of file