Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.73 KB

File metadata and controls

27 lines (17 loc) · 1.73 KB

Update documentation

The documentation lives in the public GitHub repository antenna-docs. To suggest updates, you first need a GitHub account. Once logged in, you can start open pull requests to add or update articles. All contributions are much appreciated!

Articles are written in Markdown format. There are currently 2 main categories of articles. The User Guide includes articles for Antenna users. The Developer Guide includes articles for Antenna contributors.

!!! tip "Tip"

Do you need a quick reference to the Markdown syntax? Checkout this [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/)!

Add a new article

  1. Go to the folder user-guide or dev-guide
  2. Add a new file to the folder. Make sure it uses the Markdown extension, for example new-article.md.
  3. Write the article
  4. To make the new article show up in the sidebar, add a row to mkdocs.yml
  5. Open a pull request with the changes

Update an existing article

  1. Go to the folder user-guide or dev-guide
  2. Locate the article and update it
  3. Open a pull request with the changes

Demo

<iframe allowfullscreen class="video" src="https://drive.google.com/file/d/16mddpletNXiecVcMKDY23EtyrsviT8wL/preview"></iframe>