Go to file
DenisMitchell 505e429849
Electronic Throttle Body Details (#290)
* Update ETB-PID.md

Added details for etbStatus_Output and ETB: Duty explaining their function and how they are derived.

* Update ETB-PID.md

* Update ETB-PID.md

* Update ETB-Bias-Table.md

* Update ETB-Bias-Table.md

* Update ETB-PID.md

* Update Charge-Temp-Estimation.md

Added detail and screenshots.

* satisfy markdown linter

* Add files via upload

for direct reference

* Update Charge-Temp-Estimation.md

Reference images from repo

* Update Charge-Temp-Estimation.md

Corrected an issue with the wrong value, provided clarity on the values for the example under Air Mass Interpolation (linear) mode.

---------

Co-authored-by: Nathan Schulte <nmschulte@desmas.net>
2024-09-13 12:58:23 -05:00
.devcontainer
.github
.vscode
docs Electronic Throttle Body Details (#290) 2024-09-13 12:58:23 -05:00
scripts
src
static
.gitignore
.markdownlint.jsonc
.npmrc
.nvmrc
LICENSE
README.md
babel.config.js
biome.json
docusaurus.config.ts
global.d.ts
package-lock.json
package.json
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