docbrown/docs/.gitdocs.json
Andy Zhao 955bdcb2bc
Update docs with Forem instead of dev.to (#9316)
* Rename all GitHub links from thepracticaldev/dev.to to forem/forem

* Use new site name

* Rename to Forem

* Rename more dev.to to forem

* Remove unnecessary redirects

* Rename DEV to Forem

* Use Forem instead of DEV for branding

* Use Forem instead of DEV for licensing

* Use seedling instead of DEV logo
2020-07-15 13:29:11 -04:00

32 lines
715 B
JSON

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