Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to README: instruction about how to edit roadmap #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,25 @@ The roadmap is built using [Draw.io](https://www.draw.io/). Project file can be
- Discuss ideas in issues
- Spread the word

## How to edit roadmap?
1. Open [draw.io](https://draw.io).
2. Close opened small window.
2. File -> Import from -> Github....
3. Authorization GitHub.
4. Choose forked repository (react-developer-roadmap) and click src -> react-developer-roadmap.xml.

### Add links to roadmap
1. Double click to text.
2. Click to HTML button ```</>``` at the top of page.
3. Write HTML: ```<a href="URL here" target="_blank" style="text-decoration: none; color: black;">Your text</a>```

### Export roadmap to PDF file
1. File -> Export as -> Advanced....
2. Change these values:
* Format: PDF;
* Width: 1100;
3. Click to "Export" button.

## License

[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)