Skip to content

Support mkdocs static site generator #1124

@simonaco

Description

@simonaco

Feature Request

mkdocs is a python static site generator that requires us to run a custom app build command to generate the static assets. Currently the Oryx build fails with Error: Could not detect the language from repo.

My requirements.txt includes mkdocs==1.2.2
Config:

app_location: "/docs" # App source code path
api_location: "api" # Api source code path - optional
output_location: "site" # Built app content directory - optional
app_build_command: "mkdocs build"

Expected behavior is that Oryx runs the custom build command and generates the static files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions