mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
Add About page and expand docs content/styles
Add a new docs/about page (docs/docs.html) with site header/footer and basic About layout. Expand the Docs tab in docs/index.html with a Features section, General Information, and Sources table (including a link to the server repo and usage notes). Update docs/main.css to add styles for .sources-text, .docs-grid, .docs-tips and headings to support the new documentation layout and improve visual presentation.
This commit is contained in:
@@ -299,6 +299,38 @@ pre.api-response {
|
||||
.json-boolean { color: #ffab4a; }
|
||||
.json-integer { color: #66ff80; }
|
||||
|
||||
.sources-text {
|
||||
color: #ffffff;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.docs-grid .endpoint-parameters-header,
|
||||
.docs-grid .endpoint-parameters-content {
|
||||
grid-template-columns: 10rem 14rem 1fr;
|
||||
}
|
||||
|
||||
.docs-grid .endpoint-parameters-header p {
|
||||
color: #8f8d8d;
|
||||
}
|
||||
|
||||
.docs-grid .endpoint-parameters-content {
|
||||
padding: 0.5rem 0;
|
||||
border-top: 1px solid #ffffff0a;
|
||||
}
|
||||
|
||||
.docs-grid .endpoint-parameters-content:first-of-type {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.docs-tips .sources-text {
|
||||
padding: 0.25rem 0;
|
||||
}
|
||||
|
||||
|
||||
.base-information-frame h2 {
|
||||
color: #db65d5;
|
||||
}
|
||||
|
||||
.notfound-frame {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user