Welcome to the Platforce documentation¶
Platforce Documentation for Developers in NAV on the Salesforce Platform
Local development¶
Prerequisites¶
Please note the following requirements to be able to run below steps for local development.
- Python 3.11 or later - Download Python.
on macOS¶
on Windows¶
1. Install pipx¶
On macOS¶
On Linux¶
On Windows¶
2. Install Make¶
On Windows¶
Bash | |
---|---|
3. Install Poetry¶
Bash | |
---|---|
4. Install dependencies¶
Bash | |
---|---|
5. Serve the documentation locally¶
Bash | |
---|---|
6. All¶
One command to do step 4 and 5; Install dependencies and serve the documentation locally.
Bash | |
---|---|
Utility commands¶
The following commando will copy the project README.md file to the docs folder as project-readme.me to include it in the documentation.
This is also rune as part of the make local
command.
Bash | |
---|---|
Useful links and resources¶
Here you will fins a list of useful links and resources that are used to create this documentation project.
Documentation tools¶
- MkDocs
- Material for MkDocs
- PyMdown Extensions
- Pygments
- mkdocs-git-revision-date-localized-plugin
- MkDocs Awesome Pages Plugin