Skip to content

Commit

Permalink
Move to simple hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Oct 18, 2022
1 parent 683f40b commit 9f0c5e0
Show file tree
Hide file tree
Showing 131 changed files with 32,303 additions and 15,483 deletions.
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ yarn-debug.log*
yarn-error.log*

.env
.DS_Store
.DS_Store
.idea
File renamed without changes.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
File renamed without changes.
28 changes: 0 additions & 28 deletions Dockerfile

This file was deleted.

1,047 changes: 373 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

16 changes: 1 addition & 15 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,10 @@ completion by weaving the Antora’s content model into the Handlebars templates
Antora then copies the remaining UI assets to the site output.

.Generates the UI bundle
cd ui
npm install
gulp bundle

.Build the website
DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr DOCSEARCH_INDEX_VERSION=latest antora antora-playbook.yml
antora antora-playbook.yml

- The Documentation Components stored in versioned branches (v4, v5, ...).


== Hosted on OpenFaaS

Build the website locally, then

faas up


== Lunr Offline Search Engine

In order to have Lunr working and generate the `search-index.js` file, we need to do some manual tweaking explained here https://github.com/Mogztter/antora-lunr

7 changes: 5 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ content:
ui:
bundle:
snapshot: true
url: ./ui/build/ui-bundle.zip
url: ./build/ui-bundle.zip
asciidoc:
attributes:
experimental: true
Expand All @@ -26,4 +26,7 @@ asciidoc:
runtime:
fetch: true
output:
dir: ./dist
dir: ./dist
antora:
extensions:
- '@antora/lunr-extension'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions ingress/cert-manager.local

This file was deleted.

15 changes: 0 additions & 15 deletions ingress/fni-le-prod.yml

This file was deleted.

14 changes: 0 additions & 14 deletions ingress/fni-le-staging.yml

This file was deleted.

14 changes: 0 additions & 14 deletions ingress/fni-localhost-ss.yml

This file was deleted.

16 changes: 0 additions & 16 deletions ingress/issuer-le-prod.yml

This file was deleted.

16 changes: 0 additions & 16 deletions ingress/issuer-le-staging.yml

This file was deleted.

11 changes: 0 additions & 11 deletions ingress/issuer-self-signed.yml

This file was deleted.

Loading

0 comments on commit 9f0c5e0

Please sign in to comment.