-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66f63db
commit a4d979e
Showing
2 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# AIID Documentation Index | ||
|
||
## Core Documentation | ||
|
||
### [Project Overview](../README.md) | ||
|
||
Project introduction, contribution guidelines, engineering process, and high-level architecture | ||
|
||
### [Application Development Guide](../site/gatsby-site/README.md) | ||
|
||
Local development setup, frontend development guide, API documentation, and testing procedures | ||
|
||
### [Database Architecture](DATABASE.md) | ||
|
||
MongoDB collections structure, schema details, and data relationships | ||
|
||
### [Deployment Guide](DEPLOYMENT.md) | ||
|
||
Deployment procedures and configuration for Netlify, Prismic, and other services | ||
|
||
### [Internationalization Guide](i18N.md) | ||
|
||
Internationalization system documentation and translation process | ||
|
||
### [Database Migration Guide](MIGRATIONS.md) | ||
|
||
Database migration procedures and configuration | ||
|
||
### [Configuration Guide](MISC.md) | ||
|
||
Additional features including geocoding, user roles, error logging, and build optimization | ||
|
||
### [Taxonomy Guide](TAXA.md) | ||
|
||
Guide for implementing and managing taxonomies in the system | ||
|
||
## Getting Help | ||
|
||
- Open issues on [GitHub](https://github.com/responsible-ai-collaborative/aiid/issues) | ||
- Visit the [contact page](https://incidentdatabase.ai/contact) | ||
- Join the project's Slack (link available on contact page) | ||
- Subscribe to the [announcements mailing list](https://groups.google.com/g/incidentsdb) |