diff --git a/docs/_config.yml b/docs/_config.yml index ddcd8aea4..7b538d7f5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,8 +1,15 @@ title: abapGit documentation highlighter: rouge +collections_dir: collections +collections: + development: + output: true defaults: - - - scope: - path: "" # an empty string here means all files in the project + - scope: + path: "" values: layout: "default" + - scope: + path: "_development" + values: + layout: "development" diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 42b73ac53..ab65ec216 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,8 +1,8 @@