File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,13 +58,21 @@ final_status = job.monitor()
5858df = 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
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ repo_name: DesignSafe-CI/dapi
77
88theme :
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
5355nav :
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
You can’t perform that action at this time.
0 commit comments