Skip to content

Commit 3405b35

Browse files
committed
update docs
1 parent 6893ae5 commit 3405b35

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/configure_web_app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ $card-header-color: rgb(173, 66, 66); // Card and table headers
7070
$focus-on-dark-color: #fff; // Focus indicator on dark backgrounds (e.g. navbar)
7171
```
7272

73-
Once you've edited the theme file, rebuild the web application by running the following command from the `app/` directory:
73+
Once you've edited the theme file, rebuild the web application by running:
7474

7575
```bash
7676
npm run build
7777
```
7878

79+
> **Important:** This command must be run from the database's own `app/` directory (e.g. `/path/to/your_database/app/`), not from the PhiloLogic source directory.
80+
7981
## <a name="aggregation"></a>Configuring the aggregation report
8082
The aggregation report (much like faceted browsing) sums up results from concordances by metadata fields. What it can also do is break-up results from any metadata field
8183
into smaller groups of results. For instance, you can get results grouped by author, and for each author, you can break up results by title, all within the same results page.

0 commit comments

Comments
 (0)