Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: delete unused content to avoid confusion #593

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.