- collect.py copies each repo's built site contents directly to a top-level <repo>/ dir (was libs|apis|wiki/<repo>/site nesting) - nginx uses `index index.html lib/index.html api/index.html` so /dagpipe/ -> lib/index.html, /auth-server/ -> api/index.html are served internally with no redirects - _index regenerates links against the flat layout (/dagpipe/lib/, /auth-server/api/, /mongo-ops/, /blog/...) - config.yml static entries point at vendored blog/ + media-manager/ - Dockerfile copies per-repo dirs flat into the nginx html root - removed stale libs/, apis/, wiki/, tutorials/ category trees
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
[
|
|
{
|
|
"module": "jwtlib",
|
|
"resource": "doc://modules/jwtlib"
|
|
},
|
|
{
|
|
"module": "jwtlib.app",
|
|
"resource": "doc://modules/jwtlib.app"
|
|
},
|
|
{
|
|
"module": "jwtlib.exceptions",
|
|
"resource": "doc://modules/jwtlib.exceptions"
|
|
},
|
|
{
|
|
"module": "jwtlib.introspection",
|
|
"resource": "doc://modules/jwtlib.introspection"
|
|
},
|
|
{
|
|
"module": "jwtlib.models",
|
|
"resource": "doc://modules/jwtlib.models"
|
|
},
|
|
{
|
|
"module": "jwtlib.models.app",
|
|
"resource": "doc://modules/jwtlib.models.app"
|
|
},
|
|
{
|
|
"module": "jwtlib.models.common",
|
|
"resource": "doc://modules/jwtlib.models.common"
|
|
},
|
|
{
|
|
"module": "jwtlib.models.mongo",
|
|
"resource": "doc://modules/jwtlib.models.mongo"
|
|
},
|
|
{
|
|
"module": "jwtlib.models.security",
|
|
"resource": "doc://modules/jwtlib.models.security"
|
|
},
|
|
{
|
|
"module": "jwtlib.repository",
|
|
"resource": "doc://modules/jwtlib.repository"
|
|
},
|
|
{
|
|
"module": "jwtlib.security",
|
|
"resource": "doc://modules/jwtlib.security"
|
|
},
|
|
{
|
|
"module": "jwtlib.utils",
|
|
"resource": "doc://modules/jwtlib.utils"
|
|
}
|
|
] |