Skip to content

Commit

Permalink
docs: delete unused content to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold committed Jan 15, 2024
1 parent b8ae9fd commit 13baa9f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion docs-products/products/portal.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs-products/products/sldt.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ We have structured our documentation i a way that it's divided in 3 instances/fo

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

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.

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

- `./docs` -> `sidebars.js`
- `./docs-kits` -> `sidebarsDocskits.js`
- `./docs-products` -> `sidebarsDocsProducts.js`

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.

Expand Down
9 changes: 0 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ const config = {
docItemComponent: "@theme/ApiItem" // Derived from docusaurus-theme-openapi-docs
},
],
[
'@docusaurus/plugin-content-docs',
{
id: 'docs-products',
path: 'docs-products',
routeBasePath: 'docs-products',
sidebarPath: require.resolve('./sidebarsDocsProducts.js'),
},
],
// -- Community --
[
'@docusaurus/plugin-content-blog',
Expand Down
34 changes: 0 additions & 34 deletions sidebarsDocsProducts.js

This file was deleted.

0 comments on commit 13baa9f

Please sign in to comment.