diff --git a/markdown/frequently-asked-questions/start.md b/markdown/frequently-asked-questions/index.md similarity index 54% rename from markdown/frequently-asked-questions/start.md rename to markdown/frequently-asked-questions/index.md index 54449342e3..3e0abcd0f1 100644 --- a/markdown/frequently-asked-questions/start.md +++ b/markdown/frequently-asked-questions/index.md @@ -1,13 +1,15 @@ -# Getting Started +# Frequently Asked Questions + +## Getting Started So you're eager to get started learning about GStreamer. There's a few ways you can get started. - If you want to learn by reading about it, start with - [???](#title-general) + [General](frequently-asked-questions/general.md) - If you'd rather learn by trying it out, start with - [???](#title-getting) + [Getting GStreamer](frequently-asked-questions/getting.md) - If you want to live on the bleeding edge and develop and use git, - see [???](#title-git) + see [Building GStreamer from git](frequently-asked-questions/git.md) diff --git a/markdown/index.md b/markdown/index.md index ef1601e5bb..0cbe404b7b 100644 --- a/markdown/index.md +++ b/markdown/index.md @@ -9,7 +9,7 @@ all about. ## General * [Application Development Manual (Read this first)](application-development/index.md) - * Frequently Asked Questions + * [Frequently Asked Questions](frequently-asked-questions/index.md) * [](pwg/index.md) * Core Reference * Core Libraries Reference/a> diff --git a/sitemap.txt b/sitemap.txt index 26570689bc..7d86358a0f 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -6,7 +6,7 @@ index.md installing/on-windows.md installing/on-linux.md installing/building-from-source-using-cerbero.md - frequently-asked-questions/start.md + frequently-asked-questions/index.md frequently-asked-questions/general.md frequently-asked-questions/dependencies.md frequently-asked-questions/getting.md