Skip to content

Commit

Permalink
Merge pull request #511 from provokateurin/cleanup/docs
Browse files Browse the repository at this point in the history
Cleanup/docs
  • Loading branch information
provokateurin authored Jul 30, 2023
2 parents a64ea6e + 46417dd commit c8fca47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For easier development we use a monorepo structure.
This means that we have multiple packages in one git repository.
We use [melos](https://pub.dev/packages/melos) to manage the packages in this repository.

Take a look at our [melos.yaml](../melos.yaml) to find useful commands for running commands like build_runner or the analyzer in all packages.
Take a look at our [melos.yaml](melos.yaml) to find useful commands for running commands like build_runner or the analyzer in all packages.

## Linting
We use very strict static code analysis (also known as linting) rules.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Developing a new Nextcloud client can be as easy as adding some UI and then nece

## Contributing

Checkout our [contributing docs](./docs/contributing.md) to get started with developing with Neon.
Checkout our [contributing docs](CONTRIBUTING.md) to get started with developing with Neon.

## Development and support

Expand Down
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Documentation

## [Contributing](contributing.md)
## [Code of Conduct](../CODE_OF_CONDUCT.md)

## [Contributing](../CONTRIBUTING.md)

## [Architecture overview](architecture.md)

Expand Down

0 comments on commit c8fca47

Please sign in to comment.