-
Notifications
You must be signed in to change notification settings - Fork 36
Styleguide for Wiki Pages
The first Headline must be the Title from the Wikipage and should have # as Headinglevel. Other Headline sould have ## as Headinglevel or ### if it is a sub-Healine from the ##. And headlines should not be numbered.
The outdated and pre-release content should be marked with "> [emoji] ** [Title] **" at the beginning of the site.
Examples:
❌ Outdated
⚠️ Pre-Release Content
Like the outdated and pre-release content it should be marked with "> 💡 ** Note: **".
Example:
💡 Note: Here is an example for a Note
Like the above it should be marked with "> 👨🔧 ** TODO **".
Example:
👨🔧 TODO Here is an example for a Note
Like the outdated and pre-release content it should be marked with "## 👷 Engine Developer".
Example:
If you want to link a file for download, it should be placed in the Files folder in the Wiki, if it is a self-made file. Important is when it's linked it must be as an absolute link. And should marked with "> 📥"
📥
If step-by-step instructions are required, these should be done using bullet lists.
Example:
- Step 1
- Step 2
- Step 3
Don't create your own table of contents and use the headlines.
If you add code snippets they should start with ```csharp. for other information like Path or Commands it should be `` with the information between the two.
Examples:
Console.log("helloWorld");
C:/User
dotnet tool install -g Fusee.Tools.CmdLine
- Using FUSEE
- Tutorials
- Examples
- In-Depth Topics
- Input and Input Devices
- The Rendering Pipeline
- Render Layer
- Camera
- Textures
- FUSEE Exporter Blender Add on
- Assets
- Lighting & Materials
- Serialization and protobuf-net
- ImGui
- Blazor/WebAssembly
- Miscellaneous
- Developing FUSEE