Skip to content

Commit

Permalink
doql
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhobbits committed Jul 31, 2023
1 parent 9a51eea commit 876ba7c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/how-to-videos/device42-object-query-language-doql.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 13

* * *

**See The [Device42 DOQL DOCUMENTATION PAGE](docs/reports/doql_device42_object_query_language/index.md) for DOQL documentation.**
**See The [Device42 DOQL DOCUMENTATION PAGE](docs/reports/device42-doql/index.md) for DOQL documentation.**

* * *

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 13

* * *

**See The [Device42 DOQL DOCUMENTATION PAGE](docs/reports/doql_device42_object_query_language/index.md) for DOQL documentation.**
**See The [Device42 DOQL DOCUMENTATION PAGE](docs/reports/device42-doql/index.md) for DOQL documentation.**

* * *

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/reports/reports/advanced-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ All data categories in Advanced Reporting are inherited directly from Device42's

The Viewer Entity Relationship Diagram, or ERD for short, is a handy and powerful way to navigate the Device42 database schema. Useful for visualizing relationships and writing DOQL queries, you can quickly navigate to the ERD from the Advanced Reporting Screen: ![Entity Relationship Diagram button on Advanced Reporting screen](/assets/images/ERD_button-HL.png)

Clicking the "Entity Relationship Diagram" button brings up the ERD. Here is an example screenshot of the ERD. Note that the ERD has it's own page; for more information check out the dedicated [Device42 ERD/Viewer Schema page](reports/doql_device42_object_query_language/db-viewer-schema.md). In this example, the "Find" field contains the search keyword `affinity`, and therefore much of the ERD has been greyed out while the items that match the 'affinity' search query are visible: ![Device42 entity relationship diagram](/assets/images/entity_relationship_diagram_example.png)_
Clicking the "Entity Relationship Diagram" button brings up the ERD. Here is an example screenshot of the ERD. Note that the ERD has it's own page; for more information check out the dedicated [Device42 ERD/Viewer Schema page](reports/device42-doql/db-viewer-schema.md). In this example, the "Find" field contains the search keyword `affinity`, and therefore much of the ERD has been greyed out while the items that match the 'affinity' search query are visible: ![Device42 entity relationship diagram](/assets/images/entity_relationship_diagram_example.png)_
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -797,11 +797,11 @@ const config = {
from: '/reports/setup-alerts-and-notifications/',
},
{
to: '/reports/doql_device42_object_query_language/',
to: '/reports/device42-doql/',
from: '/device42-doql/',
},
{
to: '/reports/doql_device42_object_query_language/db-viewer-schema/',
to: '/reports/device42-doql/db-viewer-schema/',
from: '/device42-doql/db-viewer-schema/',
},
{
Expand Down

0 comments on commit 876ba7c

Please sign in to comment.