Skip to content

Commit

Permalink
testing docs config (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored Oct 27, 2023
1 parent 7348117 commit 5808f7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -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" }
4 changes: 2 additions & 2 deletions docs/demo.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# 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.

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:
Expand Down

0 comments on commit 5808f7e

Please sign in to comment.