-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add sidebar for docusaurus * Add config and package json * Add gitignore * Add universal images * Add course materials * Add course materials * Add index page and styles * Change title * Update docusaurus.config.js to link to contributing file Co-authored-by: Ayu Adiati <[email protected]> * remove extra footers * Remove the rest of the footers * Link to our blog on docs * Update copy to detailed summary for course cards * Capitalize titles * Update titles for specificity * Create specific title for intro * Change title style * Fix responsive layout * Bump up the fontsize * Replace docsify characters with admonitions * Remove unused file * fix: replace docsify with Docusaurus admonitions and exisiting admonitions' spacings * fix: links to courses on main README * fix: links to guidelines on main README * fix: move h1 to title in front matter to address multiple top-level headings warnings * feat: add maintainer glossary to the sidebar * feat: add keywords to what-is-open-source.md * feat: add keywords to why-open-source.md * feat: add keywords to tools-to-be-successful.md * feat: add keywords to how-to-contribute-to-open-source.md * feat: add keywords to the-secret-sauce.md * feat: add keywords to types-of-contributions.md * feat: add a keyword to conclusion.md in intro to oss * feat: add keywords to additional-resources.md in intro to oss * feat: add keywords to README in intro to oss * feat: add keywords to README becoming a maintainer * fix: remove extra new lines in intro.md of becoming a maintainer * feat: add keywords to intro.md in becoming a maintainer * Add info to oss readme * Remove intro from readme * feat: add keywords to how-to-setup-your-project.md * feat: add keywords to issues-and-pull-requests.md * feat: add keywords to communication-and-collaboration.md * fix: remove extra new lines * fix: remove extra new lines * feat: add keywords to maintaining-code-quality.md * feat: add keywords to building-community.md * feat: add keywords for maintainer-powerups.md * feat: add keywords to your-team.md * add keywords to metrics-and-analytics.md * feat: add keywords to getting-practical.md * feat: add keywords to maintainers-guestbook.md * feat: add keywords to additional-resources.md * feat: add keywords to glossary in becoming a maintainer * feat: add keywords to glossary in intro to oss * fix: specify language on fenced code blocks * Change name in package.json * Add netlify.toml to change publish to build * Update node version * Update path to img and gifs --------- Co-authored-by: Ayu Adiati <[email protected]> Co-authored-by: Ayu Adiati <[email protected]>
- Loading branch information
1 parent
7676667
commit c042f88
Showing
68 changed files
with
15,423 additions
and
1,717 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
} | ||
] | ||
} |
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
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
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
7 changes: 6 additions & 1 deletion
7
docs/community-translations.md → ...ng-a-maintainer/community-translations.md
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
Oops, something went wrong.