22
33The Reference UI is a configurable, generic UI meant to work with
44any [ App Search] ( https://www.elastic.co/cloud/app-search-service ) Engine. It
5- serves as both a functional reference to test changes you make to your Engine,
5+ can serve as a simple demo, a functional test for your Engine data ,
66and also a code reference to use when building out your own App Search
77UI.
88
99The project can be configured via a JSON [ config file] ( src/config/engine.json ) ,
10- which allows you to easily control things like
10+ which allows you to easily control things like:
1111
1212- What Engine this UI runs against
1313- What fields are displayed
@@ -17,7 +17,7 @@ A complete list of configuration options can be found [below](#config).
1717
1818## Setup
1919
20- ### If you just downloaded this via the generator
20+ ### If you just downloaded this via the Dashboard
2121
2222You'll need to install [ npm] ( https://www.npmjs.com/ ) . Once you have "npm"
2323installed, you should be able to use the ` npm ` command from within your
@@ -42,8 +42,8 @@ npm start
4242
4343If you would like to make configuration changes, there is no need to regenerate
4444this app from your App Search Dashboard! You can simply open up the
45- [ engine.json] ( src/config/engine.json ) file, update the [ options] ( #config ) , and restart
46- this app.
45+ [ engine.json] ( src/config/engine.json ) file, update the [ options] ( #config ) ,
46+ and restart this app.
4747
4848### If you're checking this project out directly from github
4949
0 commit comments