docbrown/docs/.gitdocs.json
2020-05-13 10:21:00 -04:00

32 lines
728 B
JSON

{
"name": "DEV Docs",
"root": "./",
"logo": "devblacksquarelogo.svg",
"host": "0.0.0.0",
"header_links": [
{
"title": "Repo",
"href": "https://github.com/thepracticaldev/dev.to",
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"title": "DEV",
"href": "https://dev.to",
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"title": "Ruby doc",
"href": "http://docs.dev.to/ruby-doc",
"target": "_blank",
"rel": "noopener noreferrer nofollow"
},
{
"title": "API doc",
"href": "http://docs.dev.to/api",
"target": "_blank",
"rel": "noopener noreferrer nofollow"
}
]
}