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

Criação do README.md #2

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
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# :us: nix-docgen
Generate documentation of different nixpkgs branches and upload to GitHub Pages.

This repository builds the already provided nixpkgs documentation daily using GitHub Actions and hosts in a GitHub Pages endpoint.

If you want to track a custom branch, fork or nixpkgs tarball you can setup your own sources. The branch notation defaults to the main
nixpkgs fork but you can use any website that can emit a .tar.gz file with the repo contents.

On GitHub Actions you can setup the sources using a secret named `BRANCHES` separated by space.

# :brazil: nix-docgen
Gere documentação de diferentes ramificações do nixpkgs e mande para o GitHub Pages.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Podemos usar branch em vez de ramificação?

(todas ocorrências)


Este repositório compila a documentação já fornecida pelo nixpkgs diariamente usando o GitHub Actions e lança como um site no GitHub pages.

Se você desejar rastrear uma ramificação customizada, fork ou tarball do nixpkgs você pode configurar suas próprias fontes. A notação de
ramificação por padrão aponta para o repositório principal do nixpkgs mas você pode usar qualquer site que permite baixar um .tar.gz
com os conteúdos do repositório.

No GitHub Actions você pode configurar as fontes usando um secret com nome `BRANCHES` separando cada elemento por um espaço.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source vs fontes :P