Warning
In order to make it easier for anyone in our org (especially those not familiar with git) to contribute to docs, we've moved to a hosted version of Outline available at docs.opensgf.org
A centralized space for all of Open SGF operations. Including documentation, guides and details of projects and contributors.
It's recommended that you clone this repo and use either VS Code or Obsidian to make edits. Both of these tools should help automatically apply the formatting rules we apply for all pull requests (formatting rules are applied via Prettier)
- Open the cloned repository as a vault
- Go to Settings -> Community Plugins -> Turn on community plugins
- Click the Browse button
- Manually install the following plugins
- File Hider
- Format with Prettier
npm install(Recommended to use npm 10.x and node 20.x)npm run lint:fix