Skip to content

Commit

Permalink
remove unwanted change in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Oct 10, 2024
1 parent 893f205 commit 25f3e97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ export default withMermaid({
text: 'Getting Started', link: `${PATH_TECHNIK}get_started/`
},
{text: 'Entwicklungsumgebung', link: `${PATH_TECHNIK}development/`},
{
text: 'Coding Conventions', link: `${PATH_CODING_CONVENTIONS}`, collapsed: true, items: [
{text: 'Coding Conventions', link: `${PATH_CODING_CONVENTIONS}`, collapsed: true, items: [
{text: 'Naming Convention - Testing', link: `${PATH_CODING_CONVENTIONS}tests_naming`}
]
},
]},
{
text: 'Adr', link: `${PATH_ADR}`, collapsed: true, items: [
{text: 'Renovate - ignoriere lombok', link: `${PATH_ADR}adr001-renovate-ignore-lombok`},
Expand Down

0 comments on commit 25f3e97

Please sign in to comment.