-
Notifications
You must be signed in to change notification settings - Fork 1
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
f95d0bf
commit 80f13da
Showing
1 changed file
with
6 additions
and
4 deletions.
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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Guias Codante.io | ||
|
||
Seja bem vindo ao monorepo dos Guias do Codante! Esse é um monorepo `pnpm` em que cada um dos guias é um repositório construído em cima do Starlight (framework que usa Astro por baixo dos panos). Esse repo é open-source, então está aberto para PRs e novos guias. | ||
|
||
|
||
### Para adicionar um novo guia | ||
|
||
1. Adicione o app dentro da pasta "apps" | ||
2. Altere a matriz na github action para fazer o deploy do app específico | ||
1. Adicione o app dentro da pasta "apps" - Use o comando `npm create astro@latest -- --template starlight` | ||
3. Altere a matriz na github action para fazer o deploy do app específico | ||
1. Altere também a parte de artifacts na action | ||
3. Altere o base path no app para que o app funcione no path específico. | ||
4. Altere o base path no app para que o app funcione no path específico. | ||
1. No caso do app Next Auth, por exemplo: | ||
- Base Path: `/next-auth/` | ||
- Base Path: `/next-auth/` |