Fix preview script
This commit is contained in:
parent
fd9964549b
commit
ec303abb4c
7 changed files with 13 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -8,5 +8,16 @@ This repository is used by [Server working group]( http://fedoraproject.org/wiki
|
|||
* Tickets (issues) for the Server group.
|
||||
|
||||
|
||||
### Previewing docs:
|
||||
|
||||
To build and preview docs, run:
|
||||
|
||||
```
|
||||
$ ./build.sh && ./preview.sh
|
||||
```
|
||||
|
||||
The result will be available at http://localhost:8080
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
* xref:index.adoc[Welcome]
|
||||
* xref:mission.adoc[Mission]
|
||||
* xref:communicating.adoc[Getting in Touch]
|
||||
* xref:community.adoc[Gaming Community]
|
||||
* xref:community.adoc[Server Community]
|
||||
* xref:faq.adoc[FAQ]
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ content:
|
|||
sources:
|
||||
- url: .
|
||||
branches: HEAD
|
||||
start_path: docs
|
||||
ui:
|
||||
bundle:
|
||||
url: https://asamalik.fedorapeople.org/ui-bundle.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue