Skip to content
Snippets Groups Projects
Select Git revision
  • d5094135cb850cc5fc174f870438ccbc110e9165
  • master default protected
2 results

config.json

Blame
  • user avatar
    Hahn Axel (hahn) authored
    95146545
    History
    config.json 854 B
    {
        "title": "Docker starter kit",
        "author": "Axel Hahn",
        "tagline": "Bring up a docker container with a PHP 8.x dev environment",
        "ignore": {
            "files": ["_skeleton.md"],
            "folders": ["99_Not_Ready"]
        },
        "html": {
            "auto_toc": true,
            "auto_landing": false,
            "date_modified": false,
            "jump_buttons": true,
            "edit_on_github_": "iml-it/__PROJECT__/tree/master/docs",
            "edit_on": {
                "name": "Gitlab",
                "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit/tree/master/docs"
            },
            "links": {
                "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/docker-php-starterkit",
                "IML Opensource": "https://os-docs.iml.unibe.ch/"
            },
            "theme": "daux-blue",
            "search": true
        }
    }