Skip to content

Commit 7f17ed3

Browse files
committed
Merge branch 'feature/init-repo-readme' into develop
2 parents 0aadab3 + 321ef0d commit 7f17ed3

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docs/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Code of Conduct
44

5-
> Our standards for participation in the DocForge community
5+
> Our standards for participation in the **Sharif OCW Scrapy's Downloader** community
66
77
## Our Pledge
88

docs/contributing.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Contributing to DocForge
1+
# Contributing to Sharif OCW Scrapy's Downloader
22

33
> Guidelines for contributing to this project
44
55
## 🚀 Getting Started
66

7-
Thank you for considering contributing to DocForge! This document outlines the process for contributing to the project and addresses common questions.
7+
Thank you for considering contributing to **Sharif OCW Scrapy's Downloader**! This document outlines the process for contributing to the project and addresses common questions.
88

99
## 📝 Code of Conduct
1010

@@ -22,7 +22,13 @@ This project adheres to a Code of Conduct that all participants are expected to
2222
make setup_dev
2323
```
2424

25-
3. **Create a branch** for your changes:
25+
or
26+
27+
```bash
28+
make uv_sync_all
29+
```
30+
31+
1. **Create a branch** for your changes:
2632

2733
```bash
2834
git checkout -b feature/your-feature-name

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ theme:
7979
plugins:
8080
- tags
8181
- search
82-
- blog
8382
- meta
8483
- section-index
8584
- glightbox
@@ -235,8 +234,8 @@ nav:
235234
- Variables: sharif_ocw_scrapy_downloader/variables.md
236235

237236
- Community:
238-
- Contributing Guide: CONTRIBUTING.md
239237
- Code of Conduct: CODE_OF_CONDUCT.md
238+
- Contributing Guide: contributing.md
240239
# URL and rendering configuration
241240
# ------------------------------
242241
use_directory_urls: true # Create clean URLs without .html extension

scripts/install_doxygen.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)