Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuyk/altv-markdown-docs
Markdown files for the VSCode Extension and Unofficial Documentation
https://github.com/stuyk/altv-markdown-docs
Last synced: about 22 hours ago
JSON representation
Markdown files for the VSCode Extension and Unofficial Documentation
- Host: GitHub
- URL: https://github.com/stuyk/altv-markdown-docs
- Owner: Stuyk
- Created: 2021-03-15T18:28:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T00:14:40.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T16:36:19.670Z (8 months ago)
- Size: 4.74 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alt:V Unofficial Documentation Files
These are the files that are used as a submodule for [https://altv.stuyk.com/](https://altv.stuyk.com/). Feel free to fork this repository and make a pull request to contribute. All files should **ALWAYS** be in markdown format. No other `.md` files types than `.md` should be added into this repository.
Inside of a `markdown` file is `Front Matter` which helps figure out where a file belongs. Creating a new category or adding it to an existing one is as easy as setting the `prefix` of your `Front Matter`.
## Example Front Matter
This goes at the top of your markdown file.
```
---
title: 'Radians and Degrees'
description: 'Help to understand GTA rotation types'
prefix: '[Concepts]'
---# Blah Blah Blah
Something about blah blah blah and why blah blah blah is blah.
```