- Notifications
You must be signed in to change notification settings - Fork3
Pioneer developer resources and documentation
pioneerspacesim/pioneer-developer-docs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository houses the compiled documentation for Pioneer developers, presented in a wiki-like format using VitePress.
You can contribute to this information by editing the Markdown files contained in the repository. This repo uses Github-Flavored Markdown withsome extensions for maximum ease of editing. If you know how to format a Pull Request or Issue on Github, you'll be right at home when editing these docs.
You can edit these files one of two ways:
Make changes directly through the Github editing interface. This doesn't provide the nicest preview support and some features (e.g. badges, containers, etc.) will not render correctly until the content is built and deployed todev.pioneerspacesim.net, but it is the quickest edit loop possible.
Clone the repository locally, then run the development server:
- Run
yarn installinside the repo root; this requires havingnodeandyarninstalled appropriately for your platform. There are tons of resources on the Web covering this. - Run
yarn devinside the repo root, then browse tohttp://localhost:5000/. Changes to markdown files should be visible immediately after saving the file. If you change the site organization structure (new files, renamed files, changing categorization of files in the frontmatter), you'll need to restart the dev server to see the changes. - Once you are finished making changes, run
yarn buildto verify that the website will build correctly when deployed.
- Run
Once you have made changes, the preferred way to update the website is to push commits directly to themaster branch. Force-pushing themaster branch is disabled for non-administrators, so avoid rewriting history and prefer using revert commits if needed.
We grant direct push access to this repo to trustworthy contributors with a regular history of improving the documentation. If you do not have push access to the repo and would like to improve the documentation, please follow the "normal" Github workflow by opening a Pull Request of your changes via a fork of this repository.
In addition to the VitePressMarkdown extensions, we have support forfootnotes.
If needed, custom Vue Components can be authored to display data in reusable layouts.
About
Pioneer developer resources and documentation
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.