Skip to content

Commit

Permalink
Update better-development-server.md to say extensions.json instead of…
Browse files Browse the repository at this point in the history
… index.ejs (#86)
  • Loading branch information
Stiwen02 authored Nov 25, 2023
1 parent ac85b8b commit b1b27e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/extensions/better-development-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In the future, we may consider adding more development features.
## Exercises

1. Can you figure out how to add a new HTML file to the development server? (Hint: <Spoiler>look into the "website" folder</Spoiler>)
1. Can you figure out how to add your extension to the homepage list? (Hint: <Spoiler>look at "website/index.ejs"</Spoiler>)
1. Can you figure out how to add your extension to the homepage list? (Hint: <Spoiler>look at "extensions/extensions.json"</Spoiler>)
1. Can you figure out how to add an image for your extension on the homepage? (Hint: <Spoiler>create an image in "images" with the same folder and basename as the file in "extensions"</Spoiler>)

## Next steps
Expand Down

0 comments on commit b1b27e8

Please sign in to comment.