mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 03:29:35 +00:00
repo: move from test to master
This commit is contained in:
parent
e785977728
commit
66994fa04a
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue