Skip to content

Commit

Permalink
Add initial documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwiedemann committed Jul 20, 2018
1 parent 5341d9a commit da5faf9
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Build configuration
@TODO
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/configuration/fin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fin configuration
@TODO
2 changes: 2 additions & 0 deletions docs/configuration/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Configuration overview
@TODO
2 changes: 2 additions & 0 deletions docs/configuration/server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Server configuration
@TODO
6 changes: 3 additions & 3 deletions docs/getting-started/docksal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup instructions

## 1. Installation
## Installation

[System requirements](/system-requirements.md)
#### Enable acp in your project
Expand All @@ -25,13 +25,13 @@ fin acp config:generate
This will create some required config files and templates for init, build, test and update hooks.
#### Build project (optional)
@TODO If you like to build your project and push it to target repository before you check it out on andock-ci server.
[See](build.md)
[See](./build.md)
#### Initialize remote environment
```
fin acp fin init
```

#### Update remote environment
#### Update remote environment
```
fin acp fin update
```
Expand Down
3 changes: 3 additions & 0 deletions docs/getting-started/the-software.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# What is this software for.

@TODO
9 changes: 7 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# andock-ci-pipeline (acp) - docksal remote control
# andock(ci) - docksal and ansible powered hosting.

##What is andock
@TODO

##Installation scenarios:
##Use cases
@TODO

##Installation scenarios

* [Use andock-ci with docksal](getting-started/docksal.md)
* [Use docksal on your ci server](getting-started/ci.md)
Expand Down
15 changes: 11 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ markdown_extensions:
pages:
- Home: index.md
- Getting started:
- Use with docksal: getting-started/docksal.md
- Use with ci: getting-started/ci.md
- Examples hook configurations:
- Drupal: getting-started/example-drupal-hooks.md
- What is this software for: getting-started/the-software.md
- System requirements: getting-started/system-requirements.md
- Docksal addon: getting-started/docksal.md
- Automate on your ci: getting-started/ci.md
- Configuration:
- Overview: configuration/overview.md
- Hook configurations:
- Drupal: configuration/example-drupal-hooks.md
- Build configuration: configuration/build.md
- Fin configuration: configuration/fin.md
- Server configuration: configuration/fin.md

0 comments on commit da5faf9

Please sign in to comment.