refactor names
This commit is contained in:
parent
c8d6a8f21f
commit
46fcae7e70
12
README.md
12
README.md
|
@ -1,3 +1,15 @@
|
||||||
# wiki-js-customization
|
# wiki-js-customization
|
||||||
|
|
||||||
Dieses Repo enthällt das Theming und zusätzlich Client-Side Scripte für das das Wiki
|
Dieses Repo enthällt das Theming und zusätzlich Client-Side Scripte für das das Wiki
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```html
|
||||||
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/main.css">
|
||||||
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/boxes.css">
|
||||||
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/tables.css">
|
||||||
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/template-engine.css">
|
||||||
|
<link rel="stylesheet" href="https://git.stuve.uni-ulm.de/StuVe-IT/wiki-js-customization/raw/branch/main/styles/theme-override.css">
|
||||||
|
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue