This repo is the source for the current https://docs.2sxc.org.
We keep it in a separate repo so docs-changes don't clutter the git-history of the EAV/2sxc software.
To generate the docs you have two options
- With VS Code, just open the workspace in the subfolder
2sxc Docs Generator\2sxc Docs.code-workspaceand rundotnet docfxindocs-srcfolder (in the terminal) or run build task ([Ctrl] + [Shift] + [B]) - With Visual Studio, open the solution in the folder
2sxc Docs Generatorand rebuild solution
Further instructions: https://docs.2sxc.org/abyss/contribute/docs.html
Note that for this to work, these two repos must be in sibling folders, like this
- Some root, like
c:\projects\2sxc\2sxc-docs(this solution)2sxc- this repo: 2sxceav-server- this repo: EAV Server