docs: announce new features #386

This commit is contained in:
Sören Weber 2022-11-17 23:52:54 +01:00
parent 95450cbf23
commit 09a9db43a5
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
4 changed files with 8 additions and 4 deletions

View file

@ -11,11 +11,13 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
## Main features ## Main features
- Usable offline, no external dependencies - Usable offline, no external dependencies
- Usable without a HTTP server from the file system
- Support for Internet Explorer 11 - Support for Internet Explorer 11
- Responsive design - Responsive design
- Configurable hidden pages - Configurable hidden pages
- Automatic next/prev buttons to navigate through menu entries - Automatic next/prev buttons to navigate through menu entries
- Automatic Search - Automatic Search
- Dedicated search page
- Print whole chapters or even the complete site - Print whole chapters or even the complete site
- Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese - Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
- Support for languages written right to left - Support for languages written right to left

View file

@ -16,11 +16,13 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
{{% /notice %}} {{% /notice %}}
- Usable offline, no external dependencies - Usable offline, no external dependencies
- Usable without a HTTP server from the file system
- Support for Internet Explorer 11 - Support for Internet Explorer 11
- Responsive design - Responsive design
- Configurable hidden pages - Configurable hidden pages
- Automatic next/prev buttons to navigate through menu entries - Automatic next/prev buttons to navigate through menu entries
- [Automatic Search]({{%relref "basics/configuration#activate-search" %}}) - [Automatic Search]({{%relref "basics/configuration#activate-search" %}})
- [Dedicated search page]({{%relref "basics/configuration#activate-dedicated-search-page" %}})
- [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site - [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site
- [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese - [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
- Support for languages written right to left - Support for languages written right to left
@ -31,7 +33,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
- [Syntax highlighting]({{%relref "cont/syntaxhighlight" %}}) - [Syntax highlighting]({{%relref "cont/syntaxhighlight" %}})
- [Attachments files]({{%relref "shortcodes/attachments" %}}) - [Attachments files]({{%relref "shortcodes/attachments" %}})
- [List child pages]({{%relref "shortcodes/children" %}}) - [List child pages]({{%relref "shortcodes/children" %}})
- Math and chemical [formulae]({{%relref "shortcodes/math" %}}) using the MathJax library - [Math and chemical formulae]({{%relref "shortcodes/math" %}}) using the MathJax library
- [Mermaid diagrams]({{%relref "shortcodes/mermaid" %}}) for flowcharts, sequences, gantts, pie, etc. - [Mermaid diagrams]({{%relref "shortcodes/mermaid" %}}) for flowcharts, sequences, gantts, pie, etc.
- [Swagger UI]({{%relref "shortcodes/swagger" %}}) for OpenAPI Specifications - [Swagger UI]({{%relref "shortcodes/swagger" %}}) for OpenAPI Specifications
- [Customizable look and feel]({{%relref "basics/customization"%}}) - [Customizable look and feel]({{%relref "basics/customization"%}})

View file

@ -14,7 +14,7 @@ This document shows you what's new in the latest release. For a detailed list of
--- ---
## 5.6.0 ## Beta (not yet released)
- **New**: This release introduces an additional dedicated search page. On this page, displayed search results have more space making it easier scanning thru large number of results. - **New**: This release introduces an additional dedicated search page. On this page, displayed search results have more space making it easier scanning thru large number of results.

View file

@ -9,7 +9,7 @@ features = ["breadcrumbs", "boxes", "buttons",
"chemical formulae", "customizable", "color variants", "chemical formulae", "customizable", "color variants",
"dark", "docs", "documentation", "dark", "docs", "documentation",
"expand", "expand",
"favicon", "file inclusion", "font awesome", "favicon", "file inclusion", "file system support", "font awesome",
"hidden pages", "hidden pages",
"i18n", "ie11", "image resizing", "include", "internet explorer", "i18n", "ie11", "image resizing", "include", "internet explorer",
"light", "lightbox", "logo", "light", "lightbox", "logo",
@ -19,7 +19,7 @@ features = ["breadcrumbs", "boxes", "buttons",
"print", "printable", "print", "printable",
"responsive", "rss", "rtl", "responsive", "rss", "rtl",
"sidebar", "sitemap", "sidebar", "sitemap",
"search", "subtheme", "swagger", "swaggerui", "syntax highlighting", "search", "search page", "subtheme", "swagger", "swaggerui", "syntax highlighting",
"table of contents", "tabs", "tags", "themeable", "themes", "toc"] "table of contents", "tabs", "tags", "themeable", "themes", "toc"]
[module] [module]