Digitalantiz documentation
Welcome. This site hosts the Manager Guide — task-oriented walkthroughs for the everyday work of running a Digitalantiz tenant from the Admin Dashboard.
What's here
- Manager Guide — create products, build promotions, manage tenants, configure loyalty, and run other day-to-day Dashboard tasks.
Building the site locally
From the repository root:
dotnet tool restore
dotnet docfx docs/docfx.json --serve
Then open http://localhost:8080.
To produce a static _site/ folder for hosting:
dotnet docfx docs/docfx.json
Contributing a new guide
- Pick the right section under
docs/manager-guide/(or add one). - Copy an existing numbered guide as a template.
- Drop screenshots into the section's
images/folder. - Add the new file to that section's
toc.yml. - Rebuild with
dotnet docfx docs/docfx.json --serveto preview.