Skip to content

Commit 331873e

Browse files
committed
Add logo and layout
1 parent 38c2a9b commit 331873e

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

docs/favicon.ico

6.65 KB
Binary file not shown.

docs/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,21 @@ final_status = job.monitor()
5858
df = client.db.ngl.read_sql("SELECT * FROM SITE LIMIT 10")
5959
```
6060

61-
## 📖 Navigation
61+
## 📖 Getting Started
6262

6363
- **[Installation](installation.md)**: Install dapi and set up your environment
6464
- **[Authentication](authentication.md)**: Configure credentials and authentication
65+
- **[Quick Start](quickstart.md)**: Get up and running in 5 minutes
66+
67+
## 📚 User Guide
68+
6569
- **[Jobs](jobs.md)**: Submit and monitor computational jobs
6670
- **[Database Access](database.md)**: Query DesignSafe research databases
67-
- **[Examples](examples/mpm.md)**: Detailed examples and workflows
71+
72+
## 🎯 Examples
73+
74+
- **[MPM Job Submission](examples/mpm.md)**: Material Point Method workflow
75+
- **[Database Queries](examples/database.md)**: Research data analysis examples
6876

6977
## 💡 Use Cases
7078

mkdocs.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ repo_name: DesignSafe-CI/dapi
77

88
theme:
99
name: material
10+
logo: nheri.png
11+
favicon: favicon.ico
1012
palette:
1113
# Palette toggle for light mode
1214
- scheme: default
@@ -51,7 +53,18 @@ markdown_extensions:
5153
- md_in_html
5254

5355
nav:
54-
- Home: index.md
56+
- Home:
57+
- Overview: index.md
58+
- Getting Started:
59+
- Installation: installation.md
60+
- Authentication: authentication.md
61+
- Quick Start: quickstart.md
62+
- User Guide:
63+
- Jobs: jobs.md
64+
- Database Access: database.md
65+
- Examples:
66+
- MPM Job Submission: examples/mpm.md
67+
- Database Queries: examples/database.md
5568
- Getting Started:
5669
- Installation: installation.md
5770
- Authentication: authentication.md

0 commit comments

Comments
 (0)