From d1097c8303e34174deeae17566043b8af6e53a11 Mon Sep 17 00:00:00 2001 From: "Luiz \"darknessxk\" Felipe" Date: Fri, 7 May 2021 09:08:25 -0300 Subject: [PATCH] Rolled back dark theme,e removed import from folder, more examples will be added with time --- docs/_config.yml | 1 - docs/examples/import-from-folder.markdown | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 docs/examples/import-from-folder.markdown diff --git a/docs/_config.yml b/docs/_config.yml index f53ee81..9bb74b9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,5 +6,4 @@ plugins: # Build settings # theme: just-the-docs remote_theme: pmarsceill/just-the-docs -color_scheme: dark search_enabled: true diff --git a/docs/examples/import-from-folder.markdown b/docs/examples/import-from-folder.markdown deleted file mode 100644 index 5ec4f93..0000000 --- a/docs/examples/import-from-folder.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -title: Import content from existing folders -permalink: /examples/import-from-folder -parent: Examples -nav_order: 4 ---- - -# Import content from existing folders - -Importing one project by targeting the folder path - -```toml -[fetch-content] -zydis = { git = "https://github.com/zyantific/zydis.git", tag = "v3.1.0" } - -[target.example] -type = "executable" -link-libraries = ["zydis"] -```