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

  1. Pick the right section under docs/manager-guide/ (or add one).
  2. Copy an existing numbered guide as a template.
  3. Drop screenshots into the section's images/ folder.
  4. Add the new file to that section's toc.yml.
  5. Rebuild with dotnet docfx docs/docfx.json --serve to preview.