/2sxc-docs

docs.2sxc.org Repo

Primary LanguageJavaScript

2sxc Docs

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

  1. With VS Code, just open the folder 2sxc Docs Generator and run build
  2. With Visual Studio, open the solution in the folder 2sxc Docs Generator and rebuild solution

Note that for this to work, these two repos must be in sibling folders, like this

  • Some root, like c:\projects\2sxc\
    1. 2sxc-docs (this solution)
    2. 2sxc - this repo: 2sxc
    3. eav-server - this repo: EAV Server