Skip to content
Snippets Groups Projects
Select Git revision
  • 3adb9beb2b2a3076d494f5bc0bba5f180e2e8710
  • main default protected
2 results

config.json

Blame
  • config.json 839 B
    {
        "title": "AdminLTE renderer",
        "author": "Axel Hahn",
        "tagline": "PHP class to render elements of the AdminLTE template",
        "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/adminlte-renderer/blob/main/docs/"
            },
            "links": {
                "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/adminlte-renderer",
                "IML Opensource": "https://os-docs.iml.unibe.ch/"
            },
            "theme": "daux-blue",
            "search": true
        }
    }