1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +02:00

[Feature] Static pages rendering 🤩 (#274)

This commit is contained in:
Nikita Melnikov 2022-10-17 08:25:38 +08:00 committed by GitHub
parent 8c794304b6
commit 4ad37abed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 554 additions and 705 deletions

View file

@ -18,7 +18,7 @@ yarn install
### 3. Create separate config file for local overrides
```shell
touch app-config.local.yaml
touch docs-config.local.yaml
```
### 4. Run the application
@ -39,7 +39,7 @@ In order to use MongoDB, follow these steps:
docker-compose up mongodb
```
### 2. Setup MongoDB driver in app-config.local.yaml
### 2. Setup MongoDB driver in docs-config.local.yaml
```yaml
database:
@ -73,7 +73,7 @@ By default, the application uses local filesystem to store files, but S3 driver
### 1. Get credentials for S3 bucket
Create a S3 bucket and get access key and secret key (or use existing ones)
### 2. Setup S3 driver in app-config.local.yaml
### 2. Setup S3 driver in docs-config.local.yaml
```yaml
uploads: