PolisH
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -15,8 +15,12 @@ src/ant/.ant-targets-upload-dist.xml
|
||||
*.iws
|
||||
/.idea/
|
||||
*.graphml
|
||||
node
|
||||
node_modules
|
||||
node/
|
||||
package-lock.json
|
||||
build
|
||||
_configprops.adoc
|
||||
_spans.adoc
|
||||
_metrics.adoc
|
||||
_conventions.adoc
|
||||
package.json
|
||||
.flattened-pom.xml
|
||||
package-lock.json
|
||||
@@ -12,12 +12,12 @@ You can build the entire site by invoking the following on the docs-build branch
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
mvn exec:exec@antora
|
||||
mvn antora
|
||||
----
|
||||
|
||||
== Building a Specific Branch
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
mvn exec:exec@antora
|
||||
mvn antora
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user