This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-website-reorgainze-doc in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 474300e7dc78d7f829987e0bb90ebcad05952af9 Author: Klesh Wong <[email protected]> AuthorDate: Fri Dec 9 15:57:04 2022 +0800 refactor: separate FAQ.md into Troubleshooting --- .nvmrc | 1 + .../FAQ.md => Troubleshooting/Configuration.md} | 6 +++--- docs/Troubleshooting/Dashboard.md | 13 +++++++++++++ docs/Troubleshooting/Installation.md | 12 ++++++++++++ docs/Troubleshooting/_category_.json | 8 ++++++++ 5 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..0c19c7b44 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16.18.1 diff --git a/docs/UserManuals/FAQ.md b/docs/Troubleshooting/Configuration.md similarity index 96% rename from docs/UserManuals/FAQ.md rename to docs/Troubleshooting/Configuration.md index 709e8a58c..82ec1e7ee 100644 --- a/docs/UserManuals/FAQ.md +++ b/docs/Troubleshooting/Configuration.md @@ -1,8 +1,8 @@ --- -title: "FAQ" -sidebar_position: 10 +title: "Configuration Troubleshotting" +sidebar_position: 2 description: > - Frequently Asked Questions + Configuration Troubleshotting --- ## Failed to collect data from the server with a self-signed certificate diff --git a/docs/Troubleshooting/Dashboard.md b/docs/Troubleshooting/Dashboard.md new file mode 100644 index 000000000..1250cb01e --- /dev/null +++ b/docs/Troubleshooting/Dashboard.md @@ -0,0 +1,13 @@ +--- +title: "Dashboard Troubleshooting" +sidebar_position: 3 +description: > + Dashboard Troubleshooting +--- + +WIP + + +## None of them solve your problem? + +Sorry for the inconvenience, please help us improve by [creating an issue](https://github.com/apache/incubator-devlake/issues) diff --git a/docs/Troubleshooting/Installation.md b/docs/Troubleshooting/Installation.md new file mode 100644 index 000000000..65b7b0586 --- /dev/null +++ b/docs/Troubleshooting/Installation.md @@ -0,0 +1,12 @@ +--- +title: "Installation Troubleshooting" +sidebar_position: 1 +description: > + Installation Troubleshooting +--- + +WIP + +## None of them solve your problem? + +Sorry for the inconvenience, please help us improve by [creating an issue](https://github.com/apache/incubator-devlake/issues) diff --git a/docs/Troubleshooting/_category_.json b/docs/Troubleshooting/_category_.json new file mode 100644 index 000000000..ceac2b5c7 --- /dev/null +++ b/docs/Troubleshooting/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Troubleshooting", + "position": 10, + "link":{ + "type": "generated-index", + "slug": "Troubleshooting" + } +}
