Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
add flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Dec 29, 2021
1 parent 3578ab1 commit e8cd268
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 deletions.
8 changes: 8 additions & 0 deletions docs/collaboration/development-etiquette.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ To avoid such situations, it is recommended for developers to perform a cursory
should address common mistakes such as grammatical and spelling errors.

See [common pull request issues](./common-pull-request-issues.md) for more information.

## Submitting a Pull Request

![Create a Pull Request Flowchart](/img/collaboration/create-pull-request-flowchart.png)
<p class = "caption">Flowchart for creating a pull request</p>

See [GitHub's documentation](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
for more information on linking issues to pull request.
9 changes: 9 additions & 0 deletions docs/style-guides/dart-flutter-style-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: dart-flutter-style-guide
title: Dart/Flutter Style Guide
sidebar_label: Dart/Flutter Style Guide
---

We follow Effective Dart's [style guide](https://dart.dev/guides/language/effective-dart/style) and
[documentation style guide](https://dart.dev/guides/language/effective-dart/documentation). An exception to this is the
characters line limit. Instead of **_80_** characters, we adhere to a **_120_** characters line limit.
Empty file.
16 changes: 3 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
editUrl: 'https://github.com/forus-labs/engineering-docs',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/forus-labs/engineering-docs',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down Expand Up @@ -79,17 +77,9 @@ const config = {
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://twitter.com/forus_labs',
},
],
},
Expand Down
5 changes: 1 addition & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ module.exports = {
type: 'category',
label: 'Style Guides',
items: [
// 'manual-installation',
// 'manual-installation/android',
// 'manual-installation/ios',
// 'manual-installation/macos',
'style-guides/dart-flutter-style-guide',
{
type: 'link',
label: 'Technical Writing Guide',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
to="/docs/overview">
Forus Labs Documentation - 5 hours ⏱️
</Link>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8cd268

Please sign in to comment.