Skip to content

Commit c2702ac

Browse files
committed
Removed documentation dir from path & adjusted config
1 parent 80b6823 commit c2702ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+53
-74
lines changed

docs/documentation/2-getting-started/README.mdx renamed to docs/1-getting-started/README.mdx

Lines changed: 4 additions & 3 deletions

docs/documentation/11-components/2-intents-operator/README.mdx renamed to docs/10-components/2-intents-operator/README.mdx

Lines changed: 4 additions & 4 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Components",
3-
"position": 11
3+
"position": 10
44
}

docs/documentation/12-debugging/README.mdx renamed to docs/11-debugging/README.mdx

Lines changed: 3 additions & 3 deletions

docs/documentation/3-quick-tutorials/1-k8s-network-policies.mdx renamed to docs/2-quick-tutorials/1-k8s-network-policies.mdx

Lines changed: 4 additions & 6 deletions

docs/documentation/3-quick-tutorials/2-k8s-network-mapper.mdx renamed to docs/2-quick-tutorials/2-k8s-network-mapper.mdx

Lines changed: 4 additions & 4 deletions

docs/documentation/3-quick-tutorials/3-kafka-mtls.mdx renamed to docs/2-quick-tutorials/3-kafka-mtls.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/3-quick-tutorials/4-k8s-mtls.mdx renamed to docs/2-quick-tutorials/4-k8s-mtls.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"label": "Quick tutorials",
3-
"position": 3,
3+
"position": 2,
44
"collapsed": true
55
}

docs/documentation/4-guides/2-k8s-ibac-via-network-policies/README.mdx renamed to docs/3-guides/2-k8s-ibac-via-network-policies/README.mdx

Lines changed: 2 additions & 2 deletions

docs/documentation/4-guides/3-ibac-for-k8s-kafka/2-credentials.mdx renamed to docs/3-guides/3-ibac-for-k8s-kafka/2-credentials.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/4-guides/3-ibac-for-k8s-kafka/README.mdx renamed to docs/3-guides/3-ibac-for-k8s-kafka/README.mdx

Lines changed: 2 additions & 2 deletions
Lines changed: 4 additions & 4 deletions

docs/documentation/4-guides/5-k8s-mtls/README.mdx renamed to docs/3-guides/5-k8s-mtls/README.mdx

Lines changed: 3 additions & 3 deletions

docs/documentation/4-guides/README.mdx renamed to docs/3-guides/README.mdx

Lines changed: 5 additions & 5 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"label": "Guides",
3-
"position": 4,
3+
"position": 3,
44
"collapsed": true
55
}

docs/documentation/5-terminology/README.mdx renamed to docs/4-terminology/README.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/6-intents-based-access-control/README.mdx renamed to docs/5-intents-based-access-control/README.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/8-service-identities/1-using-credentials/README.mdx renamed to docs/7-service-identities/1-using-credentials/README.mdx

Lines changed: 2 additions & 2 deletions

docs/documentation/8-service-identities/README.mdx renamed to docs/7-service-identities/README.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/9-cli/README.mdx renamed to docs/8-cli/README.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/10-faq/README.mdx renamed to docs/9-faq/README.mdx

Lines changed: 1 addition & 1 deletion

docs/documentation/1-introduction.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const config = {
8383
items: [
8484
{
8585
type: 'doc',
86-
docId: 'documentation/introduction',
86+
docId: 'getting-started/README',
8787
position: 'left',
8888
label: 'Documentation',
8989
},

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1515
const sidebars = {
1616
// By default, Docusaurus generates a sidebar from the docs folder structure
17-
docSidebar: [{type: 'autogenerated', dirName: 'documentation'}],
17+
docSidebar: [{type: 'autogenerated', dirName: '.'}],
1818

1919
// But you can create a sidebar manually
2020
/*

0 commit comments

Comments
 (0)