Skip to content

Commit

Permalink
Merge pull request #7 from theguideforyou/main
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
hlxdev authored Apr 15, 2024
2 parents 6e25f44 + 44efd19 commit 773968f
Show file tree
Hide file tree
Showing 5 changed files with 1,144 additions and 76 deletions.
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

0 comments on commit 773968f

Please sign in to comment.