Skip to content

Commit e3d063d

Browse files
committed
#86696cxr4 updated docs url
1 parent 0dda2ae commit e3d063d

12 files changed

+55
-8
lines changed

docs/get-started/hosted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 4
33
---
44

55
# Hosted

docs/get-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 3
33
---
44

55
# Installation

docs/get-started/quick-start.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
---
44

55
# Quick Start
@@ -53,6 +53,10 @@ All Resgrid container images are based on Linux, users of Docker for Windows wil
5353

5454
- Open Ports 5151 through 5165
5555
- SMTP Server for sending email
56+
- 3 Publicly Available URLs
57+
- Main Web App (i.e. rg.mycompany.com)
58+
- API (i.e. rgapi.mycompany.com)
59+
- Events (i.e. rgevents.mycompany.com)
5660

5761
:::tip Note
5862
Any correctly configured SMTP server will work if it’s local or not. If you have an SMTP server provided by your ISP or provider that will also work.

docs/get-started/start.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Start
6+
7+
Resgrid has multiple options to start using the system. Start here to determine what path you want to go down.
8+
9+
## Hosted
10+

docs/get-started/support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 4
2+
sidebar_position: 5
33
---
44

55
# Support

docs/how-tos/navigation.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Suite Navigation
6+
7+
The main website (web application) for Resgrid has a few navigation design patterns that you can see throughout all the pages.
8+
9+
## Web application (Dashboard/homepage) Page
10+
11+
This is the first page you see after logging into the website/web app. The content may change as we update, but the navigational paradigm (the highlighted area) should be consistent.
12+
13+
![Dashboard](/img/how-tos/nav/Website_Dashboard_Nav.png)
14+
15+
## Department Menu
16+
17+
The Department menu will be named after your department and is a drop down. If you are a department admin or managing member (the overall owner of the department) you will see the admin options, normal users will just see the options under that.
18+
19+
![Department Menu](/img/how-tos/nav/Website_Menu_Nav.png)
20+
21+
## Profile Menu
22+
23+
Profile menu is in your name under your profile picture that allows you to edit your own profile and view and join departments or set your active department.
24+
25+
![Profile Menu](/img/how-tos/nav/Website_Profile_Nav.png)
26+
27+
## Module Page
28+
29+
Module pages will differ module to module in layout, but are roughly organized like this.
30+
31+
![Menu](/img/how-tos/nav/Website_Content_Nav.png)

docs/how-tos/setup-department.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
---
44

55
# Setup Department

docusaurus.config.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Resgrid Docs',
1010
tagline: 'Resgrid - Open Source Dispatch & Emergency Management System',
11-
url: 'https://resgrid.github.io',
12-
baseUrl: '/docs/',
11+
url: 'https://docs.resgrid.com',
12+
baseUrl: '/',
1313
onBrokenLinks: 'warn',
1414
onBrokenMarkdownLinks: 'warn',
1515
favicon: 'img/favicon.ico',
@@ -34,11 +34,13 @@ const config = {
3434
/** @type {import('@docusaurus/preset-classic').Options} */
3535
({
3636
docs: {
37+
routeBasePath: '/',
38+
path: 'docs',
3739
sidebarPath: require.resolve('./sidebars.js'),
3840
// Please change this to your repo.
3941
// Remove this to remove the "edit this page" links.
4042
editUrl:
41-
'https://github.com/Resgrid/docs',
43+
'https://github.com/Resgrid/docs/tree/develop',
4244
},
4345
blog: {
4446
showReadingTime: true,
93.3 KB
Loading
Loading
32.9 KB
Loading
21.9 KB
Loading

0 commit comments

Comments
 (0)