* Correct installation documentation * Add stylized titles * Add some changes to the getting started documentation * Add changes for the backend guide * Add changes for the design guide * Add testing / Q&A guide improvements * Minor fixes to contributing docs * More improvements to the general doc * Improvements for frontend guide
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"name": "DEV Docs",
|
|
"root": "./",
|
|
"logo": "devblacksquarelogo.svg",
|
|
"header_links": [
|
|
{
|
|
"title": "Repo",
|
|
"href": "https://github.com/thepracticaldev/dev.to",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"title": "DEV",
|
|
"href": "https://dev.to",
|
|
"target": "_blank"
|
|
}
|
|
]
|
|
}
|