[source,bash]
----
-$ cd Evergreen/docs-antora
+$ cd Evergreen/docs
$ ./generate_docs.pl \
--base-url http//examplesite.org/prod \
--tmp-space ../../tmp \
[source,bash]
----
-$ cd docs-antora
+$ cd docs
# (we want to install into directory as opposed to globally)
$ npm i @antora/cli@2.1 @antora/site-generator-default@2.1
----
Now you can build the website. But you may want to edit the file:
-NOTE: docs-antora/site.yml
+NOTE: docs/site.yml
Because the output folder for the website is defaulted to
[source,bash]
----
-$ cd ../Evergreen/docs-antora
+$ cd ../Evergreen/docs
antora site.yml
----
This should have edited this file: node_modules/@antora/site-generator-default/lib/generate-site.js
as outlined in the git repo notes
-Now, install the lunr bits (from docs-antora folder)
+Now, install the lunr bits (from the docs folder)
[source,bash]
----