Skip to content

Commit e4d98d4

Browse files
committed
Removed onboarding.md from the project assets.
1 parent ff43eb6 commit e4d98d4

29 files changed

Lines changed: 5 additions & 600 deletions

File tree

.vortex/CLAUDE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,6 @@ Content that gets removed if user doesn't select this feature
408408
409409
- `!DB_DOWNLOAD_SOURCE_NONE` - Negated token, removes content when NO database download source is selected
410410
411-
**Documentation**:
412-
413-
- `DOCS_ONBOARDING` - Onboarding documentation sections
414-
415411
**Provisioning**:
416412
417413
- `!PROVISION_TYPE_PROFILE` - Negated token for non-profile provision types

.vortex/docs/content/getting-started/architecture.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ the schedule as needed.
160160
**Vortex** includes centralized documentation (what you’re reading now), as well as
161161
a scaffold for adding project-specific docs within your own repository.
162162

163-
An onboarding checklist helps you track your adoption of **Vortex** on existing
164-
projects, making it easier to migrate large codebases step by step.
165-
166163
## Workflow Scripts
167164

168165
A workflow is a sequence of steps to achieve a goal. In **Vortex**, those are

.vortex/docs/content/getting-started/features.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ Select a feature from the tab list to view details in the content panel.
215215

216216
- Customized [README.md](https://github.com/drevops/vortex/blob/develop/README.dist.md) for easy onboarding
217217
- [Scaffold for project-specific documentation](https://github.com/drevops/vortex/blob/develop/docs) for easy documentation management
218-
- [Onboarding checklist](https://github.com/drevops/vortex/blob/develop/docs/onboarding.md) to track Vortex integration for complex projects
219218

220219
### Vortex Documentation
221220

.vortex/installer/src/Prompts/Handlers/PreserveDocsOnboarding.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

.vortex/installer/src/Prompts/PromptManager.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use DrevOps\VortexInstaller\Prompts\Handlers\Name;
2525
use DrevOps\VortexInstaller\Prompts\Handlers\Org;
2626
use DrevOps\VortexInstaller\Prompts\Handlers\OrgMachineName;
27-
use DrevOps\VortexInstaller\Prompts\Handlers\PreserveDocsOnboarding;
2827
use DrevOps\VortexInstaller\Prompts\Handlers\PreserveDocsProject;
2928
use DrevOps\VortexInstaller\Prompts\Handlers\Profile;
3029
use DrevOps\VortexInstaller\Prompts\Handlers\ProfileCustom;
@@ -181,7 +180,6 @@ function (array $r, $pr, $n): string {
181180

182181
->intro('Documentation')
183182
->add(fn($r, $pr, $n): bool => confirm(...$this->args(PreserveDocsProject::class)), PreserveDocsProject::id())
184-
->add(fn($r, $pr, $n): bool => confirm(...$this->args(PreserveDocsOnboarding::class)), PreserveDocsOnboarding::id())
185183

186184
->intro('AI')
187185
->add(fn($r, $pr, $n): int|string => select(...$this->args(AiCodeInstructions::class)), AiCodeInstructions::id());
@@ -243,7 +241,6 @@ public function runProcessors(): void {
243241
Dotenv::id(),
244242
Webroot::id(),
245243
AiCodeInstructions::id(),
246-
PreserveDocsOnboarding::id(),
247244
PreserveDocsProject::id(),
248245
LabelMergeConflictsPr::id(),
249246
AssignAuthorPr::id(),
@@ -387,7 +384,6 @@ public function getResponsesSummary(): array {
387384

388385
$values['Documentation'] = Tui::LIST_SECTION_TITLE;
389386
$values['Preserve project documentation'] = Converter::bool($responses[PreserveDocsProject::id()]);
390-
$values['Preserve onboarding checklist'] = Converter::bool($responses[PreserveDocsOnboarding::id()]);
391387

392388
$values['AI'] = Tui::LIST_SECTION_TITLE;
393389
$values['AI code assistant instructions'] = $responses[AiCodeInstructions::id()];

.vortex/installer/tests/Fixtures/install/_baseline/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Drupal 11 implementation of star wars for star wars Org
1717

1818
</div>
1919

20-
## Onboarding to Vortex
21-
22-
Use [Onboarding checklist](docs/onboarding.md) to track the project onboarding
23-
to Vortex progress. Remove this section once onboarding is finished.
24-
2520
## Environments
2621

2722
- DEV: https://dev.star-wars.com

.vortex/installer/tests/Fixtures/install/_baseline/docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Project-specific documentation
22

3-
- [Onboarding checklist](onboarding.md)
4-
53
- [Testing](testing.md)
64
- [CI](ci.md)
75
- [Deployment](deployment.md)

.vortex/installer/tests/Fixtures/install/_baseline/docs/onboarding.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

.vortex/installer/tests/Fixtures/install/deps_updates_provider_none/docs/onboarding.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.vortex/installer/tests/Fixtures/install/hosting_acquia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -34,6 +34,13 @@
1+
@@ -29,6 +29,13 @@
22
- Make sure that all local web development services are shut down (Apache/Nginx, Mysql, MAMP etc).
33
- Checkout project repository (in one of the [supported Docker directories](https://docs.docker.com/desktop/settings-and-maintenance/settings/#virtual-file-shares)).
44

0 commit comments

Comments
 (0)