Skip to content

Commit

Permalink
docs(development): add markdown refs
Browse files Browse the repository at this point in the history
ref: #14 #96 #93 #95 #90 #270 closes #250
  • Loading branch information
jon-nfc committed Sep 12, 2024
1 parent 2e98eda commit 9942348
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/projects/centurion_erp/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ urlpatterns = [
## Tenancy Setup

All items within Centurion ERP are considered tenancy objects. Pay particular attention to any requirement that specifies that a class is to be included. Some of these classes add the required logic for Tenancy object CRUD operations as well as permission checking.


## Markdown

To extend the markdown add a plugin to path `app/core/lib/markdown_plugins/` ensuring you enable it within `app/core/lib/markdown.py` with `.use(<plugin name>)`

0 comments on commit 9942348

Please sign in to comment.