Skip to content

Commit 99d7679

Browse files
authored
Merge pull request #544 from stan-dev/feature/404-page
Add 404 page
2 parents ea6fe9c + f3f779a commit 99d7679

File tree

2 files changed

+341
-0
lines changed

2 files changed

+341
-0
lines changed

docs/404.html

Lines changed: 312 additions & 0 deletions
Large diffs are not rendered by default.

src/404.Rmd

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Stan Documentation"
3+
output:
4+
bookdown::html_document2:
5+
css: stan-manual.css
6+
pandoc_args: ["--syntax-definition","./stan.xml"]
7+
highlight: tango
8+
split_by: "section"
9+
number_sections: false
10+
11+
---
12+
<br/>
13+
14+
### Page not found
15+
16+
The page you requested cannot be found (perhaps it was moved or renamed).
17+
18+
You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for.
19+
20+
[Return to docs home.](https://mc-stan.org/docs)
21+
22+
23+
----
24+
25+
```stan
26+
reject("This page cannot be found");
27+
```
28+
29+
<!-- rendered with bookdown::render_book("404.Rmd") -->

0 commit comments

Comments
 (0)