Skip to content

Commit c6d65b9

Browse files
Merge pull request #593 from eclipse-tractusx/remove-unused-content
docs: delete unused content to avoid confusion
2 parents 4c7c966 + 13baa9f commit c6d65b9

File tree

5 files changed

+0
-51
lines changed

5 files changed

+0
-51
lines changed

docs-products/products/portal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs-products/products/sldt.md

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

docs/website-guidelines/understanding-multi-instance_versioning.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ We have structured our documentation i a way that it's divided in 3 instances/fo
1111

1212
- `./docs` -> dedicated to the `Developer Hub` content (not versioned)
1313
- `./docs-kits` -> dedicated to the `KITs` content (versioned)
14-
- `./docs-products` -> dedicated to the `products` content (not in use yet)
1514

1615
With this structure we are able to have a better control and organisation of the code, and also allow us to have separated versions for each `instance` if needed.
1716

1817
Each instance/folder's sidebar is also defined in a separate file, like follows:
1918

2019
- `./docs` -> `sidebars.js`
2120
- `./docs-kits` -> `sidebarsDocskits.js`
22-
- `./docs-products` -> `sidebarsDocsProducts.js`
2321

2422
To understand and know more about the multi-instance [setup](https://docusaurus.io/docs/2.2.0/docs-multi-instance#setup) check the official documentation.
2523

docusaurus.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ const config = {
7676
docItemComponent: "@theme/ApiItem" // Derived from docusaurus-theme-openapi-docs
7777
},
7878
],
79-
[
80-
'@docusaurus/plugin-content-docs',
81-
{
82-
id: 'docs-products',
83-
path: 'docs-products',
84-
routeBasePath: 'docs-products',
85-
sidebarPath: require.resolve('./sidebarsDocsProducts.js'),
86-
},
87-
],
8879
// -- Community --
8980
[
9081
'@docusaurus/plugin-content-blog',

sidebarsDocsProducts.js

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

0 commit comments

Comments
 (0)