Skip to content

Commit

Permalink
Standards and Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed Mar 10, 2024
1 parent 0598cc8 commit eb4a88e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/BasicsStarMod/StandardsAndGuidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Standards and Guidelines
hide:
# - navigation
# - toc
---

## Heading 2

Everything is a module

## Dev

* Minimize the use of static / global variables (unstructured , decreases heap space), use Class where possible, there are still static variables which need to be investigated to make non static

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ nav:
- Welcome: index.md
- StarMod Basics:
- Modules: BasicsStarMod/Modules.md
- Standards and Guidelines: BasicsStarMod/StandardsAndGuidelines.md
- System Modules:
- SysMod Overview: SysMod/SysModOverview.md
- Print Module: SysMod/SysModPrint.md
Expand Down

0 comments on commit eb4a88e

Please sign in to comment.