Skip to main content

Org repos (imported)

This section pulls documentation from selected ncsu-decifr repositories at build time.

For a repository to render correctly in the portal

  1. The repo must contain a docs/ directory at the repository root.
  2. Images referenced by those docs should live under docs/ (recommended: docs/assets/) and be referenced using relative paths, e.g.:
![Screenshot](/assets/example.png)

If a repo does not have docs/

Either:

  • add a minimal docs/index.md (recommended), or
  • remove/disable its !import entry in the portal mkdocs.yml.
Build failures

If an imported repo is missing the docs/ folder, the portal build will fail until the folder exists (or the import is removed).