Compare commits

...

3 Commits

Author SHA1 Message Date
f3afd57ada Switched drone pipline over to main only
Some checks failed
continuous-integration/drone/push Build is failing
2021-02-15 18:08:59 +01:00
35fe7bda87 Removed non-existant pages from sidebars 2021-02-15 18:07:48 +01:00
26f0eaea29 Fixed missing csv code formatting language 2021-02-15 18:06:23 +01:00
4 changed files with 13 additions and 17 deletions

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: build:dev
name: build:latest
steps:
- name: run full license export
depends_on: ["clone"]
@ -13,14 +13,14 @@ steps:
depends_on: ["run full license export"]
image: appleboy/drone-git-push
settings:
branch: dev
branch: main
commit: true
commit_message: new license file version [CI SKIP]
author_email: bot@odit.services
remote: git@git.odit.services:lfk/docs.git
ssh_key:
from_secret: GITLAB_SSHKEY
- name: build dev
- name: build latest
image: plugins/docker
depends_on: [clone]
settings:
@ -30,10 +30,10 @@ steps:
from_secret: DOCKER_REGISTRY_PASSWORD
repo: registry.odit.services/lfk/docs
tags:
- dev
- latest
registry: registry.odit.services
trigger:
branch:
- dev
- main
event:
- push

View File

@ -94,23 +94,16 @@ module.exports = {
title: 'User documentation',
collapsable: false,
children: [
'',
'accounts',
'organizations',
'teams',
'runners',
'runner_import'
''
]
}
],
'/en/admins/': [
{
title: 'Administrative Dokumentation',
title: 'Admin documentation',
collapsable: false,
children: [
'',
'quickstart',
'installation'
''
]
}
],

3
src/en/admins/README.md Normal file
View File

@ -0,0 +1,3 @@
# Admins
TODO:

View File

@ -18,7 +18,7 @@ Vorname1 | Optional | Nachname1 | Optional
**Mit Mittelname**
> Beispieldatei Link
```csv
```
Vorname; Mittelname; Nachname; Team;
Peter; ; Tester; 1A
Manuel; Steffen; Regenwald; 1A
@ -28,7 +28,7 @@ Toller; ; Typ; 2A
**Ohne Mittelname**
> Beispieldatei Link
```csv
```
Vorname; Nachname; Team;
Peter; Tester; 1A
Manuel; Regenwald; 1A