Skip to content

Commit

Permalink
Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed May 4, 2022
1 parent b8fc1ad commit 7c1a346
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/plugins/discover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,24 @@ Contains the Discover application and the saved search embeddable.
Contains all the client-only code. When you initially load Discover, [public/application/main](./public/application/main) is executed and displayed.

* **[/application](./public/application)** \
One folder for every "route", each folder contains files and folders related only to this route
* **[/context](./public/application/context)** (Also known of "Surrounding documents")
* **[/doc](./public/application/doc)** (Also known as "Single document")
One folder for every "route", each folder contains files and folders related only to this route.
* **[/context](./public/application/context)** (Also known as "Surrounding documents" - historically this has been a separate plugin)
* **[/doc](./public/application/doc)** (Also known as "Single document" - historically this has been a separate plugin)
* **[/main](./public/application/main)** (Main part of Discover containing the document table)
* **[/not_found](./public/application/not_found)** (Rendering the fallback route)
* **[/not_found](./public/application/not_found)** (Rendered when a route can't be found)
* **[/view_alert](./public/application/view_alert)** (Forwarding links in alert notifications)
* **[/components](./public/components)** (All React components used in more than just one app)
* **[/embeddable](./public/embeddable)** (Contains the code related to the saved search embeddable)
* **[/services](./public/services)** (Everything we consider services either for external or internal use)
* **[/utils](./public/utils)** (All utility functions used across more than one application
* **[/embeddable](./public/embeddable)** (Code related to the saved search embeddable, rendered on dashboards)
* **[/services](./public/services)** (Services either for external or internal use)
* **[/utils](./public/utils)** (All utility functions used across more than one application)

### [src/plugins/discover/server](./server)

Contains all the server-only code.

### [src/plugins/discover/common](./common))
Contains all code shared by client and server

Contains all code shared by client and server.



0 comments on commit 7c1a346

Please sign in to comment.