Skip to content

Commit 145b296

Browse files
Remove old docs references
1 parent fbbff04 commit 145b296

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This is a component of many in the [Reconmap's architecture](https://reconmap.co
1919

2020
## Documentation
2121

22-
The API specs have been documented using the [OpenAPI](docs/openapi.yaml) specification. You can use the
23-
interactive [OpenAPI UI](https://api.reconmap.com/docs/) to play with it.
22+
The API specs have been documented using the **OpenAPI** specification. You can use the
23+
interactive [OpenAPI UI](https://demo.api.netfoe.com/docs/) to play with it.
2424

2525
## Build instructions
2626

compose.debug.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ services:
1313
- "./composer.lock:/var/www/webapp/composer.lock"
1414
- "./vendor:/var/www/webapp/vendor"
1515
- "./public:/var/www/webapp/public"
16-
- "./docs/openapi.yaml:/var/www/webapp/public/docs/openapi.yaml"
17-
- "./docs/schemas/:/var/www/webapp/public/docs/schemas/"
1816
- "./src:/var/www/webapp/src"
1917
- "./resources:/var/www/webapp/resources"
2018
- "./tests:/var/www/webapp/tests"

docker/api/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ RUN composer install --no-ansi --no-dev --no-interaction --no-plugins --no-progr
5656

5757
COPY public /var/www/webapp/public
5858
COPY database/ /var/www/webapp/database/
59-
COPY docs/openapi.yaml /var/www/webapp/public/docs/openapi.yaml
60-
COPY docs/schemas/ /var/www/webapp/public/docs/schemas/
6159
COPY resources/ /var/www/webapp/resources/
6260

6361
VOLUME /var/www/webapp

0 commit comments

Comments
 (0)