File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ When using markdown:
92
92
Each heading name should be unique (so the generated ids are unique).
93
93
You can reference any heading via its ID, e.g., ` [text](#ID) ` .
94
94
Here is the [ algorithm for determining header IDs] ( https://kramdown.gettalong.org/converter/html.html ) .
95
+ * If you don't want certain headings to be auto-numbered, after the heading
96
+ line add a line saying ` {:.nocount} ` to make the heading part of that class.
97
+ To suppress TOC entries append the line ` {:.no_toc} ` after that heading.
95
98
* If you want a table-of-contents, use ` :toc ` surrounded by curly braces
96
99
on its own line.
97
100
* By default, [ GitHub Pages] ( https://pages.github.com/ ) uses the
@@ -168,6 +171,11 @@ Here's how to do that:
168
171
This is already configured to comply with the
169
172
[ OpenSSF Brand Guidelines] ( https://openssf.org/about/brand-guidelines/ )
170
173
such as our preferred fonts and color scheme.
174
+ 5 . Add an ` index.md ` file inside the ` docs/ ` directory with at least
175
+ a little content (possibly linking to important materials).
176
+ Without this file (or similar ` index.html ` ), viewing the top-level
177
+ domain will present the confusing and technically incorrect error
178
+ page saying "There isn't a GitHub Pages site here."
171
179
172
180
## Rationale for the SPP
173
181
You can’t perform that action at this time.
0 commit comments