repo: move from test to master

This commit is contained in:
nahuhh 2024-09-27 08:50:25 +00:00
parent e785977728
commit 66994fa04a
2 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ Monero Docs intends to be a Knowledge Base and User Guide for interacting with M
Contributions are both encouraged and greatly appreciated.
To contribute content, fork this repo and make a pull request to the test branch including your changes.
To contribute content, fork this repo and make a pull request to the **`master`** branch including your changes.
1. On GitHub, fork the [monero-docs](https://github.com/monero-project/moneo-docs) repo
2. Clone your newly created repo. (Note: replace `your-username` with your GitHub username)
@ -34,7 +34,7 @@ cd monero-docs
git checkout -b foobar
```
4. After making modifications, commit and push your changes to your topic branch
5. Open a PR against the monero-docs `master` branch
5. Open a PR against the monero-docs **`master`** branch
# Run the documentation server locally
@ -45,7 +45,6 @@ Note: You may need to first install `python3-venv` or the equivalent for your di
1. Navigate to your `monero-docs` repo
2. Create the python virtual environment
```bash
mkdir .monero-docs-venv
python3 -m venv .monero-docs-venv
. .monero-docs-venv/bin/activate
```

View file

@ -152,7 +152,7 @@ extra:
repo_name: 'monero-project/monero-docs'
repo_url: 'https://github.com/monero-project/monero-docs'
# todo: change to master branch
edit_uri: blob/test/docs/
edit_uri: blob/master/docs/
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/