Specifications for the server-state project's core aspects
Please note that this repo contains specifications for the core modules of the project, i.e., primarily server-base and client-base. Specifications specific to modules (e.g., grammars for linux-raid-module will exist in the specific module's repository.
Supported document formats for this repo are
- PNG, SVG, GIF, JPG
- LaTeX (with compiled PDF alongside it)
- Markdown (
.md
)
While other formats are acceptable, you should not use them when not necessary.
As the main deployment of these docs gets built with docsify (and some plugins, cf. index.html
), we support special Markdown features such as callouts, LaTeX and PlantUML. You can find a list of them below.
$O(n)$
$$O(n)$$
results in
:wink: :smile: :tada:
results in
😉 😄 🎉
```plantuml
@startuml
Alice->Alex: Hello world
Alice<--Alex: Hello, Alice!
@enduml
```
results in
@startuml
Alice->Alex: Hello world
Alice<--Alex: Hello, Alice!
@enduml
> [!NOTE]
> A note
> [!TIP]
> A little secret tip: Stay calm.
> [!WARNING]
> A warning
> [!DANGER]
> A critical warning
results in
Note
A note
Tip
A little secret tip: Stay calm.
Warning
A warning
[!DANGER] A critical warning