From 75bf31443b2843c6eaa65f31a50ef10b8ce4984c Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Sat, 14 Oct 2023 22:28:21 +0200 Subject: [PATCH] skaffold out some chapters --- docs/core-concepts.md | 2 -- docs/default-integrations.md | 27 +++++++++++++++++++++++++++ docs/portable-workspaces.md | 1 + 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 docs/default-integrations.md create mode 100644 docs/portable-workspaces.md diff --git a/docs/core-concepts.md b/docs/core-concepts.md index 4926526..f8b5b2a 100644 --- a/docs/core-concepts.md +++ b/docs/core-concepts.md @@ -3,5 +3,3 @@ ## Integrations ## Commands - -# Foo bar diff --git a/docs/default-integrations.md b/docs/default-integrations.md new file mode 100644 index 0000000..8440eae --- /dev/null +++ b/docs/default-integrations.md @@ -0,0 +1,27 @@ +# Default integrations + +Workspace ships with a handfull of default Integrations. Lorem ipsum dolor sit amet. + +## Duster + +Duster is a core integration (shipped with the core). Duster provides the system we hook in to to run all our linters & fixers via the cli. + +## EditorDefaults + +## PHPCodeSniffer + +## PrettierBlade + +## PHPCSFixer + +## IDEHelper + +## Workflows + +## Larastan + +## Aliases + +## TLint + +## Pint diff --git a/docs/portable-workspaces.md b/docs/portable-workspaces.md new file mode 100644 index 0000000..1cf9b6f --- /dev/null +++ b/docs/portable-workspaces.md @@ -0,0 +1 @@ +# Bring your own setup