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

Merge #7

Merged
merged 8 commits into from
Apr 15, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Não poderiamos deixar de mostrar nossa gratidão para todos os contribuidores d

<a href="https://github.com/theguideforyou/theguideforyou.github.io/graphs/contributors">
<img src="https://contrib.rocks/image?repo=theguideforyou/theguideforyou.github.io" />
</a>
</a>
3 changes: 3 additions & 0 deletions docs/introducao/sobre-nos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sidebar_position: 1

# Sobre nós

Somos uma comunidade de desenvolvedores que prezam pela busca do conhecimento e facilidade
no compartilhamento de informações. Não somos uma empresa, mas sim uma organização de membros
que contribuem por vontade própria.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-common": "^3.2.1",
"@mdx-js/react": "^3.0.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
Expand All @@ -32,6 +33,7 @@
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/types": "3.0.1",
"cz-conventional-changelog": "3.3.0",
"typescript": "~5.2.2"
},
"browserslist": {
Expand All @@ -48,5 +50,10 @@
},
"engines": {
"node": ">=18.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
Loading
Loading