An open API service indexing awesome lists of open source software.

https://github.com/2sic/2sxc-docs

docs.2sxc.org Repo
https://github.com/2sic/2sxc-docs

Last synced: 3 months ago
JSON representation

docs.2sxc.org Repo

Awesome Lists containing this project

README

          

# 2sxc Docs

This repo is the source for the current .

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 workspace in the subfolder `2sxc Docs Generator\2sxc Docs.code-workspace` and run `dotnet docfx` in `docs-src`folder (in the terminal) or run build task ([Ctrl] + [Shift] + [B])
1. With Visual Studio, open the solution in the folder `2sxc Docs Generator` and rebuild solution

Further instructions:

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)
1. `2sxc` - this repo: [2sxc](https://github.com/2sic/2sxc)
1. `eav-server` - this repo: [EAV Server](https://github.com/2sic/eav-server)