Go to file
rk-iv 4cc7533f38
Miata knock sensor (#258)
* WIP page

learning how to use github (^:

* Update Miata-Knock-Sensor.md

* Update Miata-Knock-Sensor.md

* Update Miata-Knock-Sensor.md

* Added photos

Organized spacing

* Update Miata-Knock-Sensor.md

* Update Miata-Knock-Sensor.md

* Updating fw install troubleshooting notes

added info for updates prior to fome 2312

* Update Miata-Knock-Sensor.md

* Update 04-HT-Updating-The-Firmware.md

* Update docs/02-Intro-Start-Here/04-HT-Updating-The-Firmware.md

Co-authored-by: Nathan Schulte <8540239+nmschulte@users.noreply.github.com>

* Update docs/02-Intro-Start-Here/04-HT-Updating-The-Firmware.md

fails build -- case sensitive

* Update docs/11-Vehicle-Specific/Mazda-MX5-Miata/Miata-Knock-Sensor.md

* Update docs/11-Vehicle-Specific/Mazda-MX5-Miata/Miata-Knock-Sensor.md

* Update docs/11-Vehicle-Specific/Mazda-MX5-Miata/Miata-Knock-Sensor.md

* Update docs/11-Vehicle-Specific/Mazda-MX5-Miata/Miata-Knock-Sensor.md

* fix new markdown lint

---------

Co-authored-by: OrchardPerformance <49926376+OrchardPerformance@users.noreply.github.com>
Co-authored-by: Nathan Schulte <8540239+nmschulte@users.noreply.github.com>
Co-authored-by: Nathan Schulte <nmschulte@desmas.net>
2024-05-03 12:54:43 -05:00
.devcontainer
.github Bump actions/upload-artifact from 3 to 4 (#206) 2024-05-03 17:54:25 +01:00
.vscode
docs Miata knock sensor (#258) 2024-05-03 12:54:43 -05:00
scripts
src More concise DBC table, bump deps 2024-01-16 11:34:53 +01:00
static
.gitignore
.markdownlint.jsonc Bump dependencies 2024-02-19 21:16:42 +01:00
.npmrc Bump deps 2023-11-09 15:46:11 +01:00
.nvmrc
LICENSE
README.md
babel.config.js
biome.json More concise DBC table, bump deps 2024-01-16 11:34:53 +01:00
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