Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing docs config #35

Merged
merged 3 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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