Skip to content

Commit

Permalink
feat(docs): add initial Concord documentation page in HTML
Browse files Browse the repository at this point in the history
- Added HTML structure for the Concord project documentation page.
- Includes sections for Overview, Mission and Values, Key Features, Technical Stack, Areas for Contribution, Next Steps, and Relevant Links.
- Provides a well-formatted structure for easy navigation and readability.

Relates to: initial documentation setup
  • Loading branch information
sajz committed Nov 2, 2024
1 parent 9812b16 commit 56ecc3c
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 482 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ cython_debug/
.idea/modules.xml
.idea/vcs.xml
/.idea/developer-tools.xml
/.idea/workspace.xml
1 change: 1 addition & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platform for analyzing and visualizing text data using state-of-the-art machine
### Clone the Repository

```bash
git clone https://github.com/yourusername/concord.git
git clone https://github.com/boredlabsHQ/concord.git
cd concord
```

Expand Down
Loading

0 comments on commit 56ecc3c

Please sign in to comment.