Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 5 additions & 24 deletions userguide/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,6 @@ description = "Docsy does docs"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.no]
Copy link
Copy Markdown
Collaborator

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?

Copy link
Copy Markdown
Contributor Author

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).

Copy link
Copy Markdown
Collaborator

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...)

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]
Expand Down Expand Up @@ -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
Expand All @@ -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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't remember whether we had this switched on by default...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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.
Expand Down Expand Up @@ -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"
11 changes: 0 additions & 11 deletions userguide/content/en/blog/_index.md

This file was deleted.

9 changes: 0 additions & 9 deletions userguide/content/en/blog/blog-folder/_index.md

This file was deleted.

246 changes: 0 additions & 246 deletions userguide/content/en/blog/blog-folder/blog-in-folder.md

This file was deleted.

Binary file not shown.
Loading