Go to file
DenisMitchell 6182f064e0
Patch 1 advanced idle (#288)
* Update Advanced-Idle.md

Added descriptions of functionality based on config help text. Open question regarding Coasting Idle Tables and when coasting/over-run is active.

* Update Advanced-Idle.md

* Update Advanced-Idle.md

Updated to reflect when the Coasting Idle Table is used and how it is determined. This could probably go in a separate "phases" reference later.

fabfd6a413/firmware/controllers/actuators/idle_thread.cpp (L55-L62)

* satisfy markdown linter

---------

Co-authored-by: Nathan Schulte <nmschulte@desmas.net>
2024-08-31 00:56:44 -05:00
.devcontainer
.github Bump actions/upload-artifact from 3 to 4 (#206) 2024-05-03 17:54:25 +01:00
.vscode
docs Patch 1 advanced idle (#288) 2024-08-31 00:56:44 -05:00
scripts
src
static Add files via upload 2024-05-31 09:38:00 -05:00
.gitignore
.markdownlint.jsonc
.npmrc
.nvmrc
LICENSE
README.md
babel.config.js
biome.json
docusaurus.config.ts document Lua interface (#236) 2024-05-03 17:56:15 +01:00
global.d.ts
package-lock.json Bump @types/node from 20.11.20 to 20.12.7 (#260) 2024-05-03 18:07:06 +01:00
package.json Bump @types/node from 20.11.20 to 20.12.7 (#260) 2024-05-03 18:07:06 +01:00
sidebars.ts
tsconfig.json

README.md

Wiki

This is the source code for the FOME Wiki - wiki.fome.tech.

Development

FOME Wiki is built using Docusaurus 2.

Installation

Required Node.js is defined in .nvmrc. If you use nvm, run nvm use to switch to the correct version.

To install dependencies, run:

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Docusaurus guides: https://docusaurus.io/docs/category/guides

Lint code

npm run lint

npm run lint:fix

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Redirection

Some addresses have client-side redirection set up here: docusaurus.config.js (section redirects: [...]).

Those addresses come from the INI files (TS & HT). This gives more flexibility when wiki pages are moved or renamed.

Example:

https://wiki.fome.tech/r/fuel -> https://wiki.fome.tech/category/fuel/

Generate PDF

Required Prince XML.

Build and serve docs locally before generating PDF:

npm run build
npm run serve

In another terminal, run this to generate PDF:

npm run pdf