Skip to content

Commit

Permalink
docs(setup): add tomcat 10, war setup example. (#1920)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrzej K. Oleś <[email protected]>
Co-authored-by: Jochen Häußler <[email protected]>
Co-authored-by: Jakob Schnell <[email protected]>
  • Loading branch information
4 people authored Dec 11, 2024
1 parent 083adbc commit f32dea8
Show file tree
Hide file tree
Showing 8 changed files with 1,593 additions and 1 deletion.
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

0 comments on commit f32dea8

Please sign in to comment.