From 5808f7e22b57330c1b3f6715effd4500c8d848f1 Mon Sep 17 00:00:00 2001 From: Janette Day Date: Fri, 27 Oct 2023 17:06:59 -0500 Subject: [PATCH] testing docs config (#35) --- docs/_config.yml | 8 ++++++++ docs/demo.md | 4 ++-- docs/index.md | 6 ++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index a25eb13..6c2e2bf 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,9 @@ theme: minima +header_pages: + - getting-started.md +titles_from_headings: + enabled: true + strip_title: true +minima: + social_links: + - { platform: github, user_url: "https://github.com/getdkan/ddev-dkan" } diff --git a/docs/demo.md b/docs/demo.md index 5763121..5029a5d 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -1,7 +1,7 @@ # Run The DKAN Demo Site -Note: As of DDev 1.19.5, these instructions require managing the settings.php -file. After DDev 1.19.6 is released, this will (hopefully) not be required. +Note: As of DDEV 1.19.5, these instructions require managing the settings.php +file. After DDEV 1.19.6 is released, this will (hopefully) not be required. mkdir my-project && cd my-project ddev config --auto diff --git a/docs/index.md b/docs/index.md index 82184c3..dcaea1a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,6 @@ -# DDEV-DKAN add-on +--- +title: "DDEV-DKAN add-on" +--- The DDEV-DKAN add-on provides configuration and specialized commands for dealing with a DKAN Drupal project in the DDEV environment. @@ -6,7 +8,7 @@ with a DKAN Drupal project in the DDEV environment. Note that all the DKAN commands which come with this addon have documentation built-in. At the command line, you can ask for help with any one of them with `ddev [command] --help` like this: - % ddev dkan-init --help + $ ddev dkan-init --help Build the Drupal codebase for a DKAN site. (shell host container command) Usage: