mirror of https://github.com/docker/docs.git
Merge pull request #10815 from jdrouet/home-button
add home button to every page
This commit is contained in:
commit
d54449dc43
|
@ -1,5 +1,8 @@
|
|||
|
||||
horizontalnav:
|
||||
- title: Home
|
||||
path: /
|
||||
node: home
|
||||
- title: Guides
|
||||
path: /develop/
|
||||
node: guides
|
||||
|
@ -13,6 +16,8 @@ horizontalnav:
|
|||
path: /samples/
|
||||
node: samples
|
||||
|
||||
home: {}
|
||||
|
||||
guides:
|
||||
- title: Get Docker
|
||||
path: /get-docker/
|
||||
|
|
Loading…
Reference in New Issue