Skip to content

Commit b334f99

Browse files
Add 404 page and set landing-page layout (#693)
Co-authored-by: Brandon Morelli <[email protected]>
1 parent b3a3537 commit b334f99

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

404.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: not-found
3+
---
4+
5+
# Page not found

docset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ project: 'Elastic documentation'
22

33
features:
44
primary-nav: true
5-
landing-page: true
65

76
exclude:
87
- 'README.md'
@@ -61,6 +60,7 @@ toc:
6160
- toc: reference
6261
- toc: extend
6362
- toc: raw-migrated-files
63+
- hidden: 404.md
6464

6565
subs:
6666
ref: "https://www.elastic.co/guide/en/elasticsearch/reference/current"

index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# Elastic documentation!!!!
1+
---
2+
navigation_title: Elastic documentation
3+
layout: landing-page
4+
---
5+
6+
# Elastic documentation

0 commit comments

Comments
 (0)