@@ -135,11 +135,12 @@ This will serve the documentation in port 3000.
135
135
136
136
## nginx configuration
137
137
138
- Latest version of the generated documentation consists only of static HTML pages
139
- . All pages are generated with ` .html ` at the end; however, most internal links
140
- don't use that suffix. Most places (for instance, GitHub pages) will add it
141
- automatically for you. A bare server will not. This is what you have to add to
142
- the configuration to make it work:
138
+ Latest version of the generated documentation consists only of static
139
+ HTML pages. All pages are generated with ` .html ` at the end; however,
140
+ most internal links don't use that suffix. Most web servers (for
141
+ instance, the one that serves with GitHub pages) will add it
142
+ automatically for you. A bare server will not. This is what you have
143
+ to add to the configuration to make it work:
143
144
144
145
```
145
146
location / {
@@ -149,16 +150,16 @@ the configuration to make it work:
149
150
```
150
151
151
152
This will rewrite the URLs for you. Equivalent configuration might have to be
152
- made in other servers .
153
+ made in other server applications .
153
154
154
155
155
156
156
157
---------
157
158
158
159
## Help Wanted!
159
160
160
- Raku is not a small language, and documenting it takes a lot of effort.
161
- Any help is appreciated.
161
+ Raku is not a small language, and documenting it and maintaining that
162
+ documentation takes a lot of effort. Any help is appreciated.
162
163
163
164
Here are some ways to help us:
164
165
0 commit comments