Skip to content

Commit

Permalink
GITBOOK-55: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton authored and gitbook-bot committed Jul 8, 2024
1 parent e3267d6 commit 9ab0e0a
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 12 deletions.
21 changes: 11 additions & 10 deletions documentation/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@
* [Local Development](packages/reverse-proxy-nginx/local-development.md)
* [Environment Variables](packages/reverse-proxy-nginx/environment-variables.md)
* [🗒️ Cheat sheet](cheat-sheet.md)
* [Provisioning remote servers](provisioning-up-remote-servers/README.md)
* [Ansible](provisioning-up-remote-servers/ansible.md)
* [Terraform](provisioning-up-remote-servers/terraform.md)
* [Architecture](architecture.md)
* [Resource Allocations](resource-allocations.md)
* [Development](development/README.md)
* [Config Importing](development/config-importing.md)
* [Disaster Recovery Process](disaster-recovery-process/README.md)
* [Elasticsearch](disaster-recovery-process/elasticsearch.md)
* [HAPI FHIR Data](disaster-recovery-process/hapi-fhir-data.md)
* [OpenHIM Data](disaster-recovery-process/openhim-data.md)
* [Guides](guides/README.md)
* [Provisioning remote servers](guides/provisioning-up-remote-servers/README.md)
* [Ansible](guides/provisioning-up-remote-servers/ansible.md)
* [Terraform](guides/provisioning-up-remote-servers/terraform.md)
* [Resource Allocations](guides/resource-allocations.md)
* [Disaster Recovery Process](guides/disaster-recovery-process/README.md)
* [Elasticsearch](guides/disaster-recovery-process/elasticsearch.md)
* [HAPI FHIR Data](guides/disaster-recovery-process/hapi-fhir-data.md)
* [OpenHIM Data](guides/disaster-recovery-process/openhim-data.md)
* [Development](guides/development/README.md)
* [Config Importing](guides/development/config-importing.md)
* [Community](community.md)
6 changes: 6 additions & 0 deletions documentation/guides/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Various notes and guide
---

# Guides

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Adding Packages

* The Go Cli runs all services from the `jembi/platform` docker image. When adding new packages or updating existing packages to Platform you will need to build/update your local `jembi/platform` image. [How to build the image](<../README (1).md>).
* The Go Cli runs all services from the `jembi/platform` docker image. When adding new packages or updating existing packages to Platform you will need to build/update your local `jembi/platform` image. [How to build the image](<../../README (1).md>).
* As you add new packages to the platform remember to list them in the `config.yml` file - otherwise the added package will not be detected by the [platform-cli tool](https://app.gitbook.com/o/lTiMw1wKTVQEjepxV4ou/s/TwrbQZir3ZdvejunAFia/).

##
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ As a default, each package contained in Platform is allocated a maximum of 3 GB

## Allocating Resources per Package

The resource allocation can be set on a per-package basis, as specified by the relevant environment variables found in the relevant [Packages section](packages/).
The resource allocation can be set on a per-package basis, as specified by the relevant environment variables found in the relevant [Packages section](../packages/).

## Notes

Expand Down

0 comments on commit 9ab0e0a

Please sign in to comment.