Skip to content

Commit

Permalink
Added ToC on gh-pages (#4)
Browse files Browse the repository at this point in the history
* - Removed the suppression of ToC pages on gh-pages.
- Removed the document ToC to eliminate duplication.

* - Update release to v8.5.2
- Update circleCI to use { .Revision } instead instead of { checksum "package.json" } (recommended by Miguel - mojaloop/documentation#135)
- Restored ToC in documents - do not want to alter the current document content.
  • Loading branch information
HenkKodde authored and Sam committed Nov 21, 2019
1 parent d27f3a1 commit 24e7222
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
name: Delete build dependencies
command: apk del build-dependencies
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ .Revision }}
paths:
- node_modules

Expand All @@ -123,13 +123,13 @@ jobs:
curl -L https://sourceforge.net/projects/plantuml/files/plantuml.${PLANTUML_VERSION}.jar/download -o plantuml.jar
- restore_cache:
keys:
- dependency-cache-{{ checksum "package.json" }}
- dependency-cache-{{ .Revision }}
- run:
name: Build Gitbooks
command: |
npm run gitbook:build
- save_cache:
key: build-cache-{{ checksum "package.json" }}
key: build-cache-{{ .Revision }}
paths:
- _book

Expand All @@ -154,7 +154,7 @@ jobs:
echo 'export GIT_CI_EMAIL=$GIT_CI_EMAIL' >> $BASH_ENV
- restore_cache:
keys:
- build-cache-{{ checksum "package.json" }}
- build-cache-{{ .Revision }}
- run:
<<: *defaults_git_identity_setup
- run:
Expand Down
3 changes: 0 additions & 3 deletions documents/platform-operating-guideline.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
showToc: false
---
# Platform Operating Guideline Template

- Version: 2.0
Expand Down
3 changes: 0 additions & 3 deletions documents/scheme-business-rules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
showToc: false
---
# Scheme Business Rules Template

- Version: 4.0
Expand Down
3 changes: 0 additions & 3 deletions documents/scheme-key-choices.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
showToc: false
---
# Scheme Key Choices

- Version: 5.0
Expand Down
3 changes: 0 additions & 3 deletions documents/scheme-participation-agreement.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
showToc: false
---
# Scheme Participation Agreement Template

- Version: 3.0
Expand Down
3 changes: 0 additions & 3 deletions documents/scheme-uniform-glossary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
showToc: false
---
# Uniform Glossary Template

- Version: 1.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mojaloop-business-docs",
"version": "8.5.1",
"version": "8.5.2",
"description": "Mojaloop Business Documentation GitBook Project",
"dependencies": {
"express": "4.17.1",
Expand Down

0 comments on commit 24e7222

Please sign in to comment.