diff --git a/docs/config.toml b/docs/config.toml new file mode 100644 index 0000000..128cc33 --- /dev/null +++ b/docs/config.toml @@ -0,0 +1,26 @@ +name = "Gluon" +description = "Build Firefox-based browsers with ease" +license = "MPL 2.0" +homepage = "https://github.com/pulse-browser/gluon" +min_version = "1.14.0" + +# The URL the site will be built for +base_url = "https://docs.gluon.dev" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = true + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +[extra] +# TODO: New logo +release = "https://api.github.com/repos/focus-browser/build/releases/latest" + +[author] +name = "TrickyPR" diff --git a/docs_old/content/_index.md b/docs/content/_index.md similarity index 100% rename from docs_old/content/_index.md rename to docs/content/_index.md diff --git a/docs_old/content/getting-started/_index.md b/docs/content/getting-started/_index.md similarity index 100% rename from docs_old/content/getting-started/_index.md rename to docs/content/getting-started/_index.md diff --git a/docs_old/content/getting-started/overview.md b/docs/content/getting-started/overview.md similarity index 100% rename from docs_old/content/getting-started/overview.md rename to docs/content/getting-started/overview.md diff --git a/docs_old/content/getting-started/userchrome.md b/docs/content/getting-started/userchrome.md similarity index 100% rename from docs_old/content/getting-started/userchrome.md rename to docs/content/getting-started/userchrome.md diff --git a/docs_old/content/guides/_index.md b/docs/content/guides/_index.md similarity index 100% rename from docs_old/content/guides/_index.md rename to docs/content/guides/_index.md diff --git a/docs_old/content/guides/includingAddons.md b/docs/content/guides/includingAddons.md similarity index 100% rename from docs_old/content/guides/includingAddons.md rename to docs/content/guides/includingAddons.md diff --git a/docs_old/content/guides/removingPocket.md b/docs/content/guides/removingPocket.md similarity index 100% rename from docs_old/content/guides/removingPocket.md rename to docs/content/guides/removingPocket.md diff --git a/docs/content/notes/_index.md b/docs/content/notes/_index.md new file mode 100644 index 0000000..d1b7065 --- /dev/null +++ b/docs/content/notes/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Notes" +weight = 3 +sort_by = "weight" ++++ diff --git a/docs_old/content/notes/windows.md b/docs/content/notes/windows.md similarity index 100% rename from docs_old/content/notes/windows.md rename to docs/content/notes/windows.md diff --git a/docs_old/sass/_search.scss b/docs/sass/_search.scss similarity index 100% rename from docs_old/sass/_search.scss rename to docs/sass/_search.scss diff --git a/docs_old/sass/_variables.scss b/docs/sass/_variables.scss similarity index 100% rename from docs_old/sass/_variables.scss rename to docs/sass/_variables.scss diff --git a/docs_old/sass/fabric-icons-inline.scss b/docs/sass/fabric-icons-inline.scss similarity index 100% rename from docs_old/sass/fabric-icons-inline.scss rename to docs/sass/fabric-icons-inline.scss diff --git a/docs_old/sass/main.scss b/docs/sass/main.scss similarity index 100% rename from docs_old/sass/main.scss rename to docs/sass/main.scss diff --git a/docs_old/templates/anchor-link.html b/docs/templates/anchor-link.html similarity index 100% rename from docs_old/templates/anchor-link.html rename to docs/templates/anchor-link.html diff --git a/docs_old/templates/index.html b/docs/templates/index.html similarity index 93% rename from docs_old/templates/index.html rename to docs/templates/index.html index dc7748b..98fdc8b 100644 --- a/docs_old/templates/index.html +++ b/docs/templates/index.html @@ -1,18 +1,4 @@ - - -
- - - -