Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-10-08 10:19:12 +0300
committerthingsym <thingsym@gmail.com>2020-10-08 10:19:12 +0300
commitb08ce8c42336b19a5b555129d102ac5f685da0c4 (patch)
treec6288f479e8143df4448a4662e4ccd1daa761888
parent7149bad3bb1e456f7ba58113759bcdb9ea402024 (diff)
docs: update sample document
-rw-r--r--exampleSite/content/_index.md3
-rw-r--r--exampleSite/content/getting-started/configuration.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 66d7db2..e704166 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -22,6 +22,9 @@ images:
* [Theme color](getting-started/screenshot/#theme-color)
* [Edit link](getting-started/screenshot/#edit-link) to documentation repository
* [Custom Shortcodes](sample/custom-shortcodes/)
+ * Code highlight with clipboard
+ * Alert panel
+ * Button
* [Search Shortcode](sample/search-shortcode/) powered by [Algolia](https://www.algolia.com/)
* Open Graph
* Analytics with Google Analytics, Google Tag Manager
diff --git a/exampleSite/content/getting-started/configuration.md b/exampleSite/content/getting-started/configuration.md
index 6e74b27..5e3cf6a 100644
--- a/exampleSite/content/getting-started/configuration.md
+++ b/exampleSite/content/getting-started/configuration.md
@@ -41,7 +41,7 @@ For an example of `config.toml`, see [config.toml](https://github.com/thingsym/h
# Documentation Menu section
# Menu style settings
- menu_style = "open-menu" # "open-menu" or "slide-menu"
+ menu_style = "open-menu" # "open-menu" or "slide-menu" or "" blank is as no sidebar
# Date format
dateformat = "" # default "2 Jan 2006"