docs: Erstes vollständiges Dokumentations-Setup (Anwender-Wiki, Entwickler-Wiki, README.md, CHANGELOG.md)
- Docusaurus für Anwenderdokumentation (/docs) - Zweiter Docusaurus-Bereich für Entwickler-Wiki vorbereitet (/docs/entwickler) - README.md als Einstieg für Entwickler - CHANGELOG.md zur Nachverfolgung von Änderungen → Dokumentation und Projektstruktur jetzt vollständig nachvollziehbar versioniert.
This commit is contained in:
11
docusaurus/src/components/HomepageFeatures/styles.module.css
Normal file
11
docusaurus/src/components/HomepageFeatures/styles.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.features {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.featureSvg {
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
Reference in New Issue
Block a user