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(setup): First draft for the tomcat 10, war setup example. #1920

Merged
merged 17 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from 16 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
5 changes: 4 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export default withMermaid(defineVersionedConfig({
// undocumented options for NotFound-Page
notFound: {
title: 'PAGE NOT FOUND',
quote: 'We recently reworked most of our documentation. You probably ended up here by clicking an old link somewhere, e.g. in the forum. Let us know how you got here and we\'ll fix it. Click the link below and check "Getting Started" - this will help you figure out where to find what you came for.',
quote: 'We recently introduced versioning for our documentation. You probably ended up here by changing the version - and this page doesn\'t exist in this version. Click the link below and check "Getting Started" - you will need to change the version again, though.',
linkText: 'Documentation Home - latest Version',
},
Expand Down Expand Up @@ -197,6 +196,10 @@ export default withMermaid(defineVersionedConfig({
{text: 'JSON config (deprecated)', link:'/run-instance/configuration/json.md'}
]
},
{
text: 'Example Setups', collapsed: true, link: '/run-instance/example-setups',
items: [{text: 'Tomcat 10 - Ubuntu 22.04', link: '/run-instance/example-setups/en_tomcat-10-ubuntu_22_04'}]
},
]
},
{
Expand Down
9 changes: 9 additions & 0 deletions docs/.vitepress/sidebars/versioned/v8.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@
"link": "/run-instance/configuration/json.md"
}
]
},
{
"text": "Example Setups",
"collapsed": true,
"link": "/run-instance/example-setups",
"items": [
{"text": "Tomcat 10 - Ubuntu 22.04",
"link": "/run-instance/example-setups/en_tomcat-10-ubuntu_22_04"}
]
}
]
},
Expand Down
Loading
Loading