Skip to content

Commit

Permalink
feat: add main steps guide
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Apr 23, 2024
1 parent d6b0813 commit b40aa1a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ru/jam.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b40aa1a

Please sign in to comment.