Org repos (imported)
This section pulls documentation from selected ncsu-decifr repositories at build time.
For a repository to render correctly in the portal
- The repo must contain a
docs/directory at the repository root. - Images referenced by those docs should live under
docs/(recommended:docs/assets/) and be referenced using relative paths, e.g.:

If a repo does not have docs/
Either:
- add a minimal
docs/index.md(recommended), or - remove/disable its
!importentry in the portalmkdocs.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).