mirror of
https://github.com/outline/outline.git
synced 2026-01-06 11:09:55 -06:00
* Separate Prettier and ESLint according to best practices - Create standalone .prettierrc configuration file - Remove eslint-plugin-prettier integration from ESLint config - Replace with eslint-config-prettier to disable conflicting rules - Remove eslint-plugin-prettier dependency - Add dedicated format and format:check scripts - Update lint-staged to run Prettier and ESLint separately - Format entire codebase with new Prettier configuration This follows the recommended approach from Prettier documentation: https://prettier.io/docs/integrating-with-linters#notes * Remove test comment --------- Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
18 lines
685 B
Markdown
18 lines
685 B
Markdown
Some ideas to get you and your team started with learning the basics of Outline, feel free to check them off as you go!
|
|
|
|
## Learn the basics
|
|
|
|
- [x] Create an Outline account
|
|
- [ ] **Create a collection** from the left sidebar
|
|
- [ ] **Create a new doc** from the top right of home or any collection
|
|
- [ ] Try drag and drop to nest and move documents
|
|
- [ ] Share a document
|
|
- [ ] Invite a co-worker 👋
|
|
|
|
## More to try
|
|
|
|
- [ ] Setup the [Slack integration](/settings/integrations/slack)
|
|
- [ ] **Create a template** to share a writing structure with your team
|
|
- [ ] Create a check list to track tasks
|
|
- [ ] Try embedding a supported [integration](https://www.getoutline.com/integrations)
|