Skip to content

Commit 1c6c7a3

Browse files
author
Janaka-Steph
committed
Move to VPN hosting
1 parent 683f40b commit 1c6c7a3

File tree

131 files changed

+32303
-15483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+32303
-15483
lines changed

.dockerignore

-4
This file was deleted.

ui/.editorconfig .editorconfig

File renamed without changes.

ui/.eslintrc .eslintrc

File renamed without changes.

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ yarn-debug.log*
1010
yarn-error.log*
1111

1212
.env
13-
.DS_Store
13+
.DS_Store
14+
.idea

ui/.gulp.json .gulp.json

File renamed without changes.

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

ui/.stylelintrc .stylelintrc

File renamed without changes.

Dockerfile

-28
This file was deleted.

LICENSE

+373-674
Large diffs are not rendered by default.

README.adoc

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,10 @@ completion by weaving the Antora’s content model into the Handlebars templates
2020
Antora then copies the remaining UI assets to the site output.
2121

2222
.Generates the UI bundle
23-
cd ui
2423
npm install
2524
gulp bundle
2625

2726
.Build the website
28-
DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr DOCSEARCH_INDEX_VERSION=latest antora antora-playbook.yml
27+
antora antora-playbook.yml
2928

3029
- The Documentation Components stored in versioned branches (v4, v5, ...).
31-
32-
33-
== Hosted on OpenFaaS
34-
35-
Build the website locally, then
36-
37-
faas up
38-
39-
40-
== Lunr Offline Search Engine
41-
42-
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
43-

antora-playbook.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ content:
1414
ui:
1515
bundle:
1616
snapshot: true
17-
url: ./ui/build/ui-bundle.zip
17+
url: ./build/ui-bundle.zip
1818
asciidoc:
1919
attributes:
2020
experimental: true
@@ -26,4 +26,7 @@ asciidoc:
2626
runtime:
2727
fetch: true
2828
output:
29-
dir: ./dist
29+
dir: ./dist
30+
antora:
31+
extensions:
32+
- '@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.

ui/gulpfile.js gulpfile.js

File renamed without changes.

ingress/cert-manager.local

-19
This file was deleted.

ingress/fni-le-prod.yml

-15
This file was deleted.

ingress/fni-le-staging.yml

-14
This file was deleted.

ingress/fni-localhost-ss.yml

-14
This file was deleted.

ingress/issuer-le-prod.yml

-16
This file was deleted.

ingress/issuer-le-staging.yml

-16
This file was deleted.

ingress/issuer-self-signed.yml

-11
This file was deleted.

0 commit comments

Comments
 (0)