Platforce Documentation for Developers in NAV on the Salesforce Platform
Please note the following requirements to be able to run below steps for local development.
- Python 3.11 or later - Download Python.
brew install pipx
pipx ensurepath
sudo apt update
sudo apt install pipx
pipx ensurepath
scoop install pipx
pipx ensurepath
scoop install make
pipx install poetry
make install
make local
One command to do step 4 and 5; Install dependencies and serve the documentation locally.
make all
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.
make copyreadme
Here you will fins a list of useful links and resources that are used to create this documentation project.