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

tentiva de criar nova trilha de python #161

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
21 changes: 20 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,33 @@ brew install cairo freetype libffi libjpeg libpng zlib
mkdocs serve
```

## Deploy Locale
## Deploy Locally

Você pode usar o seguinte comando abaixo para enviar localmente sua versão de emergência, porém recomendamos utilizar o fluxo de git-flow.

```
mkdocs gh-deploy
```

## Deploy Path's Locally

```bash
# Install GO
sudo apt-get install golang-go
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"

# Install Claat
go install github.com/googlecodelabs/tools/claat@latest

# Export Codelabs
path="python-101.md"
claat export $path

# Open the index.html generated and do not commit that file
```


## Development Environment

A Branch `develop` é a branch de desenvolvimento, onde todas as features são testadas e desenvolvidas. O Workflow dela cria a branch `gh-pages-develop` e você é capaz de visualizar o status dela [clicando aqui](https://raw.githack.com/codaqui/institucional/gh-pages-develop/index.html).
Loading
Loading