Trying to add multi language
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s

This commit is contained in:
Noah Pombas
2025-12-04 16:45:44 +01:00
parent cbcc482b20
commit ecd8aee985
22 changed files with 0 additions and 170 deletions

View File

@@ -1,2 +0,0 @@
# Welcome to Noah's control room.
# DE

View File

@@ -1 +0,0 @@
# Welcome to Lerndoku Template

View File

@@ -1,4 +0,0 @@
# Getting Started
You can add more guides by placing more `.md` files in the `guides/` folder and extending the `nav` section in `mkdocs.yml`.

View File

@@ -1,4 +0,0 @@
# GIT
### What is git
### Commands

View File

@@ -1,66 +0,0 @@
# Markdown Overview
This page gives you a quick overview of the most common Markdown syntax used in MkDocs.
---
### Headings
```
# H1
## H2
### H3
```
### Text Formatting
```
**bold**
*italic*
~~strikethrough~~
`inline code`
```
## Lists
### Unordered
```
- Item 1
- Item 2
- Subitem
```
### Ordered
```
1. First
2. Second
3. Third
```
### Code Blocks
```
<pre> ```bash echo "Hello" ``` </pre>
```
### Links & Images
```
[Link text](https://example.com)
![Alt text](img/example.png)
```
### Blockquotes
```
> This is a quote.
```
### Tables
```
| Column A | Column B |
|----------|----------|
| Value 1 | Value 2 |
```
### Horizontal Rule
```---```
### Admonitions
```
!!! note
This is a note.
```
### More
``` For full syntax see: https://www.markdownguide.org/ ```

View File

@@ -1,9 +0,0 @@
site_name: Lehrlingsdoku
site_url: https://pombas_n.pages.psi.ch
nav:
- Home: index.md
- Getting Started: getting-started.md
- Guides:
- Example Guide: guides/git.md
- Markdown Guide: guides/markdown.md

View File

@@ -1 +0,0 @@
# Welcome to ServiceNow docs

View File

@@ -1,4 +0,0 @@
# Getting Started
You can add more guides by placing more `.md` files in the `guides/` folder and extending the `nav` section in `mkdocs.yml`.

View File

@@ -1,4 +0,0 @@
# GIT
### What is git
### Commands

View File

@@ -1,66 +0,0 @@
# Markdown Overview
This page gives you a quick overview of the most common Markdown syntax used in MkDocs.
---
### Headings
```
# H1
## H2
### H3
```
### Text Formatting
```
**bold**
*italic*
~~strikethrough~~
`inline code`
```
## Lists
### Unordered
```
- Item 1
- Item 2
- Subitem
```
### Ordered
```
1. First
2. Second
3. Third
```
### Code Blocks
```
<pre> ```bash echo "Hello" ``` </pre>
```
### Links & Images
```
[Link text](https://example.com)
![Alt text](img/example.png)
```
### Blockquotes
```
> This is a quote.
```
### Tables
```
| Column A | Column B |
|----------|----------|
| Value 1 | Value 2 |
```
### Horizontal Rule
```---```
### Admonitions
```
!!! note
This is a note.
```
### More
``` For full syntax see: https://www.markdownguide.org/ ```

View File

@@ -1,9 +0,0 @@
site_name: Lehrlingsdoku
site_url: https://pombas_n.pages.psi.ch
nav:
- Home: index.md
- Getting Started: getting-started.md
- Guides:
- Example Guide: guides/git.md
- Markdown Guide: guides/markdown.md