mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 04:34:16 +00:00
docs(homepage): update homepage link for getting started to development path instead of leading to dead links resulting 404
This commit is contained in:
parent
15f164d072
commit
ff15b48b44
@ -14,7 +14,7 @@ hero:
|
|||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: 👉 Start Reading
|
text: 👉 Start Reading
|
||||||
link: /development/getting-started
|
link: /development/file-naming-convention
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: '🗒️ View on GitHub'
|
text: '🗒️ View on GitHub'
|
||||||
link: https://github.com/andatoshiki/toshiki-notebook
|
link: https://github.com/andatoshiki/toshiki-notebook
|
||||||
|
|||||||
@ -2,8 +2,16 @@
|
|||||||
"name": "",
|
"name": "",
|
||||||
"short_name": "",
|
"short_name": "",
|
||||||
"icons": [
|
"icons": [
|
||||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
{
|
||||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user