-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add User Docs and OpenDesk Application Example (#259)
* add new page for user docs Signed-off-by: Max Wolfs <mail@maxwolfs.com> * add opendesk docs Signed-off-by: Max Wolfs <mail@maxwolfs.com> * adjust links Signed-off-by: Max Wolfs <mail@maxwolfs.com> --------- Signed-off-by: Max Wolfs <mail@maxwolfs.com>
- Loading branch information
Showing
5 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// @ts-check | ||
|
||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ | ||
const sidebars = { | ||
userDocs: [ | ||
'index', | ||
{ | ||
type: 'category', | ||
label: 'Application Examples', | ||
items: [ | ||
{ | ||
type: 'category', | ||
label: 'OpenDesk on SCS', | ||
link: { | ||
type: 'generated-index' | ||
}, | ||
items: [ | ||
'application-examples/opendesk-on-scs/overview', | ||
'application-examples/opendesk-on-scs/quickstart', | ||
'application-examples/opendesk-on-scs/requirements', | ||
'application-examples/opendesk-on-scs/getting_started', | ||
'application-examples/opendesk-on-scs/configuration', | ||
'application-examples/opendesk-on-scs/user-import', | ||
'application-examples/opendesk-on-scs/contribute' | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
||
module.exports = sidebars |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Introduction | ||
|
||
## Welcome to the User Documentation of the Sovereign Cloud Stack (SCS) | ||
|
||
In this section, users will find helpful information and practical guides for working with SCS clouds. We provide insights into various application use cases, migration tutorials between different SCS cloud service providers, and showcase ways to communicate remotely with your cloud without a user interface. | ||
|
||
Discover best practices to make the most of your cloud, from introductions to specific applications to advanced use cases. Stay tuned for upcoming content designed to simplify your cloud experience. |