mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:55:55 +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:
|
||||
- theme: brand
|
||||
text: 👉 Start Reading
|
||||
link: /development/getting-started
|
||||
link: /development/file-naming-convention
|
||||
- theme: alt
|
||||
text: '🗒️ View on GitHub'
|
||||
link: https://github.com/andatoshiki/toshiki-notebook
|
||||
|
||||
@ -2,8 +2,16 @@
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"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",
|
||||
"background_color": "#ffffff",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user