-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6b0813
commit b40aa1a
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,16 @@ | |
{% endlist %} | ||
3\. Ссылка на [воркшоп](https://github.com/diplodoc-platform/notconf-steps) | ||
3\. [Репозиторий воркшопа](https://github.com/diplodoc-platform/notconf-steps) | ||
4\. Основные шаги: | ||
```bash | ||
function step { rm -rf ./**; cp -fr ../steps/step-$1/ .; } | ||
git clone [email protected]:diplodoc-platform/notconf-steps.git steps | ||
# create <docs-example> gh project from scratch | ||
gh repo create | ||
cd docs-example | ||
# install our cli as an gh extension, may take some take | ||
gh extension install diplodoc-platform/gh-docs | ||
``` |