Merge pull request #24470 from ch007m/doc-how-to-play-app-next
Document how to play with app next and backend or backend-next
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# example-app-next
|
||||
|
||||
This package is an example of a Backstage application.
|
||||
This package is an example of a Backstage application using the [new frontend](../../docs/frontend-system/index.md).
|
||||
|
||||
To play with it, open a terminal and run the command: `yarn start`
|
||||
|
||||
**NOTE:** Don't forget to open a second terminal and to launch the backend or [backend-next](../../docs/backend-system/index.md) there, using `yarn start`! The frontend requires a backend to connect to.
|
||||
|
||||
@@ -10,7 +10,7 @@ app:
|
||||
|
||||
extensions:
|
||||
# - apis.plugin.graphiql.browse.gitlab: true
|
||||
- graphiql-endpoint:graphiql/gitlab: true
|
||||
# - graphiql-endpoint:graphiql/gitlab: true
|
||||
|
||||
# Entity page cards
|
||||
- entity-card:catalog/about
|
||||
@@ -18,7 +18,7 @@ app:
|
||||
- entity-card:catalog/links:
|
||||
config:
|
||||
filter: kind:component has:links
|
||||
- entity-card:linguist/languages
|
||||
# - entity-card:linguist/languages
|
||||
- entity-card:catalog-graph/relations:
|
||||
config:
|
||||
height: 300
|
||||
|
||||
Reference in New Issue
Block a user