[New Feature] Add web folder to support web documentation
This commit is contained in:
11
docs/website/static/movies.json
Normal file
11
docs/website/static/movies.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "The Basics - Networking",
|
||||
"description": "Your app fetched this from a remote endpoint!",
|
||||
"movies": [
|
||||
{ "id": "1", "title": "Star Wars", "releaseYear": "1977" },
|
||||
{ "id": "2", "title": "Back to the Future", "releaseYear": "1985" },
|
||||
{ "id": "3", "title": "The Matrix", "releaseYear": "1999" },
|
||||
{ "id": "4", "title": "Inception", "releaseYear": "2010" },
|
||||
{ "id": "5", "title": "Interstellar", "releaseYear": "2014" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user