Skip to content

Commit 3e2ad52

Browse files
authored
Remove devcontainers (#206)
### Description <!-- Provide a comprehensive description here about what your PR aims to solve. --> <!-- You may also add additional context --> Remove devcontainers support --- ### PR Checklist <!-- Please do not remove this section --> <!-- Mark each item with an "x" ([ ] becomes [x]) --> - [x] Read the Developer's Guide in [CONTRIBUTING.md](https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md) - [x] Use a concise title to represent the changes introduced in this PR - [x] Provide a detailed description of the changes introduced in this PR, and, if necessary, some screenshots - [x] Reference an issue or discussion where the feature or changes have been previously discussed - [x] Add a failing test that passes with the changes introduced in this PR, or explain why it's not feasible - [x] Add documentation for the feature or changes introduced in this PR to the docs; you can run them with `bun docs` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed development container environment configuration and setup specifications. * Removed automated database initialization and service readiness check scripts used in containerized development. * Removed documentation related to containerized development environment configuration. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent c0aee86 commit 3e2ad52

File tree

5 files changed

+1
-369
lines changed

5 files changed

+1
-369
lines changed

.devcontainer.json

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

docs/.vitepress/config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@ export default defineConfig({
3636
],
3737
collapsed: false,
3838
},
39-
{
40-
text: 'Experimental',
41-
items: [
42-
{
43-
text: 'Developing in a Dev Container',
44-
link: '/dev-container',
45-
},
46-
],
47-
collapsed: true,
48-
},
39+
4940
{
5041
text: "Developer's Guide",
5142
link: 'https://github.com/bedtime-coders/bedstack/blob/main/CONTRIBUTING.md',

docs/dev-container.md

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

scripts/create-db.sh

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

scripts/wait-for-db.sh

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

0 commit comments

Comments
 (0)