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

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

ui/.eslintrc renamed to .eslintrc

File renamed without changes.

.gitignore

Lines changed: 2 additions & 1 deletion
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
File renamed without changes.

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16
File renamed without changes.

Dockerfile

Lines changed: 0 additions & 28 deletions
This file was deleted.

LICENSE

Lines changed: 373 additions & 674 deletions
Large diffs are not rendered by default.

README.adoc

Lines changed: 1 addition & 15 deletions
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-

0 commit comments

Comments
 (0)