-
Notifications
You must be signed in to change notification settings - Fork 968
dev content removed and taxonomy manual adopted #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,22 +80,6 @@ description = "Docsy does docs" | |
| languageName ="English" | ||
| # Weight used for sorting. | ||
| weight = 1 | ||
| [languages.no] | ||
| title = "Docsy" | ||
| description = "Docsy er operativsystem for skyen" | ||
| languageName ="Norsk" | ||
| contentDir = "content/no" | ||
| time_format_default = "02.01.2006" | ||
| time_format_blog = "02.01.2006" | ||
| [languages.no.taxonomies] | ||
| tag = "tags" | ||
| category = "categories" | ||
| project = "projects" | ||
| "norsk tag" = "norsk tags" | ||
| [languages.no.params.taxonomy] | ||
| taxonomyCloud = ["tags", "categories"] # set taxonomyCloud = [] to hide taxonomy clouds | ||
| taxonomyCloudTitle = ["Norsk Tag Cloud", "Norsk Cloud of Categories"] # if used, must have same lang as taxonomyCloud | ||
| taxonomyPageHeader = ["projects", "tags", "norsk tags"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers | ||
|
|
||
| [markup] | ||
| [markup.goldmark] | ||
|
|
@@ -162,7 +146,7 @@ prism_syntax_highlighting = false | |
| [params.ui] | ||
| # Enable to show the side bar menu in its compact state. | ||
| sidebar_menu_compact = false | ||
| sidebar_menu_foldable = false | ||
| sidebar_menu_foldable = true | ||
| sidebar_cache_limit = 10 | ||
| # Set to true to disable breadcrumb navigation. | ||
| breadcrumb_disable = false | ||
|
|
@@ -186,7 +170,7 @@ no = 'Sorry to hear that. Please <a href="https://github.com/google/docsy/issues | |
| # If you want this feature, but occasionally need to remove the Reading time from a single page, | ||
| # add "hide_readingtime: true" to the page's front matter | ||
| [params.ui.readingtime] | ||
| enable = true | ||
| enable = false | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't remember whether we had this switched on by default...
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The reading time was switched off. I had switched it on to test the layout together with the tags. |
||
|
|
||
| [params.links] | ||
| # End user relevant links. These will show up on left side of footer and in the community page if you have one. | ||
|
|
@@ -248,13 +232,10 @@ enable = true | |
| disable_toc = false | ||
|
|
||
| [params.taxonomy] | ||
| taxonomyCloud = ["fruits", "text tags", "tags", "categories"] # set taxonomyCloud = [] to hide taxonomy clouds | ||
| taxonomyCloudTitle = ["Fruits are healthy", "Simple Tags Layout", "Tag Cloud", "Cloud of Categories"] # if used, must have same lang as taxonomyCloud | ||
| taxonomyPageHeader = ["fruits", "text tags", "projects", "tags", "categories"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers | ||
| # taxonomyCloud = ["tags", "categories"] # set taxonomyCloud = [] to hide taxonomy clouds | ||
| # taxonomyCloudTitle = ["Tag Cloud", "Cloud of Categories"] # if used, must have same lang as taxonomyCloud | ||
| # taxonomyPageHeader = ["tags", "categories"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers | ||
|
|
||
| [taxonomies] | ||
| tag = "tags" | ||
| category = "categories" | ||
| project = "projects" | ||
| "text tag" = "text tags" | ||
| fruit = "fruits" | ||
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to remove our Norwegian language settings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Norwegian in the userguide was introduced by me for testing the multilingual taxonomy support. Only the Docsy escape site had the Norwegian content before, I think (and hope).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right - it was just the example site! (too many sites, I can't remember what features are in what site...)