Skip to content

Commit d6d4d22

Browse files
authored
move rename faq to howto (#401)
1 parent 4ffeacb commit d6d4d22

File tree

5 files changed

+37
-12
lines changed

5 files changed

+37
-12
lines changed

docs/faq.md renamed to docs/howtos.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Timeplus Enterprise FAQ
2-
3-
This document provides answers to frequently asked questions about Timeplus Enterprise, including its features, usage, and troubleshooting.
4-
1+
# Timeplus Enterprise How Tos
52

63
## How to read/write Kafka or Redpanda {#kafka}
74

docusaurus.config.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,21 @@ const config = {
3333
},
3434
"factorsai.js",
3535
],
36-
plugins: ["docusaurus-plugin-hubspot"],
36+
plugins: [
37+
"docusaurus-plugin-hubspot",
38+
39+
[
40+
'@docusaurus/plugin-client-redirects',
41+
{
42+
redirects: [
43+
{
44+
from: '/faq',
45+
to: '/howtos',
46+
},
47+
],
48+
},
49+
],
50+
],
3751

3852
presets: [
3953
[

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dependencies": {
2424
"@algolia/autocomplete-core": "^1.19.2",
2525
"@docusaurus/core": "https://github.com/algolia/docsearch/releases/download/v4.0.0-beta.4/docusaurus-core-3.8.1.tgz",
26+
"@docusaurus/plugin-client-redirects": "^3.8.1",
2627
"@docusaurus/plugin-google-gtag": "^3.8.1",
2728
"@docusaurus/plugin-google-tag-manager": "^3.8.1",
2829
"@docusaurus/preset-classic": "https://github.com/algolia/docsearch/releases/download/v4.0.0-beta.4/docusaurus-preset-classic-3.8.1.tgz",

sidebars.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ const sidebars = {
9292
type: "doc",
9393
id: "showcases",
9494
},
95+
{
96+
type: "doc",
97+
id: "howtos",
98+
label: "How To",
99+
},
95100
]
96101
},
97102
{
@@ -618,13 +623,6 @@ const sidebars = {
618623
},
619624
],
620625
},
621-
{
622-
type: "doc",
623-
id: "faq",
624-
label: "FAQ",
625-
},
626-
"getting-help",
627-
// "credits",
628626
],
629627
};
630628

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,6 +2911,21 @@
29112911
react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
29122912
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
29132913

2914+
"@docusaurus/plugin-client-redirects@^3.8.1":
2915+
version "3.8.1"
2916+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.8.1.tgz#1d02b3565ae4e53a3b8005835501f07fb0bc0267"
2917+
integrity sha512-F+86R7PBn6VNgy/Ux8w3ZRypJGJEzksbejQKlbTC8u6uhBUhfdXWkDp6qdOisIoW0buY5nLqucvZt1zNJzhJhA==
2918+
dependencies:
2919+
"@docusaurus/core" "3.8.1"
2920+
"@docusaurus/logger" "3.8.1"
2921+
"@docusaurus/utils" "3.8.1"
2922+
"@docusaurus/utils-common" "3.8.1"
2923+
"@docusaurus/utils-validation" "3.8.1"
2924+
eta "^2.2.0"
2925+
fs-extra "^11.1.1"
2926+
lodash "^4.17.21"
2927+
tslib "^2.6.0"
2928+
29142929
"@docusaurus/plugin-content-blog@3.8.1":
29152930
version "3.8.1"
29162931
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.8.1.tgz#88d842b562b04cf59df900d9f6984b086f821525"

0 commit comments

Comments
 (0)