Skip to content

Commit ef9f067

Browse files
Merge pull request #1256 from nextcloud/link-to-nextcloud-docker-in-docs
Link to nextcloud-docker-dev and nextcloud-docker-debug in developer docs
2 parents c8e25b7 + cd0778a commit ef9f067

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
- Allow for PlantUML diagrams in documentation
2828
[#1229](https://github.com/nextcloud/cookbook/pull/1229) @christianlupus
2929

30+
### Documentation
31+
- Fix bad writing
32+
[#1256](https://github.com/nextcloud/cookbook/pull/1256) @MarcelRobitaille
33+
3034
### Removed
3135
- Remove the deprecated endpoints from version 0.9.15
3236
[#1200](https://github.com/nextcloud/cookbook/pull/1200) @christianlupus

docs/dev/contributing/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd /var/www/nextcloud/apps
2929
git clone https://github.com/nextcloud/cookbook.git # you may want to clone your own fork if you are contributing pull requests
3030
```
3131

32-
### Usage of the docker-compose file by juliushaertl
32+
### Usage of [nextcloud-docker-dev](https://github.com/juliushaertl/nextcloud-docker-dev) by juliushaertl
3333

3434
If you installed via Docker, [the volumes section of the `docker-compose.yml`](https://github.com/juliushaertl/nextcloud-docker-dev/blob/2bbf26cc257081d9ed72abc947441849fca59dcd/docker-compose.yml#L68) shows that there are many options for specifying apps.
3535

@@ -41,9 +41,9 @@ You might need to adopt the path specification according to your local setup. Al
4141

4242
Be sure to recreate the containers after modifying `docker-compose.yml` using `docker-compose up -d`.
4343

44-
### Usage of the docker-compose scripts by christianlupus
44+
### Usage of [nextcloud-docker-debug](https://github.com/christianlupus/nextcloud-docker-debug) by christianlupus
4545

46-
The installation process is described in the README of the project. Feel free to contact the author in cases of problems.
46+
The installation process is described in the README of that project. Feel free to contact the author in cases of problems.
4747

4848
## Install PHP dependencies
4949

0 commit comments

Comments
 (0)