-
Notifications
You must be signed in to change notification settings - Fork 78
FujiNet Documentation Style Guide
NOTE: Early WIP to record some notes on proposed documentation styles. - europlus
Whatever form it takes, a consistent style when presenting documentation affords readers a more productive experience when reviewing docs.
The aim of this document is primarily to provide a consistent look and feel, rather than to change an individual author’s “voice”.
As a project by and for the users, it’s important FujiNet documentation authors feel they can present information in their own voice while allowing others to readily consume that information in a recognisable way.
This document is primarily focused on how to consistently present information relating to the FujiNet project using the GitHub MarkDown implementation in the FujiNet Wiki.
When presenting a Note, consider it an important callout of information which might otherwise be easily overlooked, or not obvious.
The basic note format in the FujiNet Wiki uses the following MarkDwon code format:
>**NOTE:** This is important information.
which displays as:
NOTE: This is important information.
This layout easily allows Notes to visually stand out from standard text, as a callout to their importance. Bolding and capitalising “NOTE” further highlights the callout.
Further bolding, or the use of italics, can be used to highlight individual words or phrases in the Note, but the use of indiscriminate ALL CAPS, or bolding/italicising of the whole Note is discouraged.
MarkDown makes numbered lists super easy - just prepend each line with a number followed by a period.
While you can manually increment the numbers, it is best to just prepend each line with 1. - MarkDown will automatically increment the numbers and this allows easy addition, deletion, or relocation of individual lines.
For example:
1. This is a markdown numbered list
1. No need to keep track of numbers
1. If you need to move, add, or delete lines
1. Markdown takes care of it all
1. This is very simple
displays as:
- This is a markdown numbered list
- No need to keep track of numbers
- If you need to move, add, or delete lines
- Markdown takes care of it all
- This is very simple
Now, what happens if we make some changes, like so:
1. This is a markdown numbered list
1. This is very simple
1. No need to keep track of numbers
1. If you need to move, add, or delete lines
1. MarkDown just renumbers every line
we end up viewing this as:
- This is a markdown numbered list
- This is very simple
- No need to keep track of numbers
- If you need to move, add, or delete lines
- MarkDown just renumbers every line
Ta-da!
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine