-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: refactor workspaces, projects, and targets #207
Open
stefanicjuraj
wants to merge
63
commits into
daytonaio:main
Choose a base branch
from
stefanicjuraj:refactor-workspace-project-target
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,845
−1,359
Open
Changes from 29 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
e178d94
docs: refactor workspaces, projects, and targets
stefanicjuraj c3394f0
docs: revert targets
stefanicjuraj ada5c80
docs: revert workspaces
stefanicjuraj 5349ae0
docs: revert projects
stefanicjuraj 79aced6
docs: modify workspaces
stefanicjuraj c1bc379
docs: add targets to usage section
stefanicjuraj 00d6d19
docs: modify targets
stefanicjuraj 7dd0431
docs: add workspace configurations
stefanicjuraj b061040
docs: modify sidebar configuration
stefanicjuraj a37a043
docs: add label
stefanicjuraj b37d32d
docs: add runners
stefanicjuraj cf2399a
docs: add runners to sidebar config
stefanicjuraj 54c420c
docs: change status from active to running
stefanicjuraj 51c5f68
docs: change tasks to jobs
stefanicjuraj c17bb0d
docs: wording modifications
stefanicjuraj de339dd
docs: change workspace config to workspace template
stefanicjuraj 5a2f0da
docs: change target to target config
stefanicjuraj fddd7e6
docs: change target to target config
stefanicjuraj ac49524
docs: remove workspace with multiple projects section
stefanicjuraj 63daafb
docs: remove existing from workspace templates
stefanicjuraj 53e6fc5
docs: modify file naming
stefanicjuraj 6584612
docs: modify sidebar config
stefanicjuraj 4a54ce4
docs: modify formatting
stefanicjuraj 6b2aa10
docs: update index (homepage)
stefanicjuraj 01e3dc9
docs: modify runners command
stefanicjuraj 9e37aee
docs: modify target config section
stefanicjuraj 87f7cb9
docs: reposition section & add icon
stefanicjuraj c0eea7c
docs: reposition section
stefanicjuraj 04b1d6b
Merge branch 'main' into refactor-workspace-project-target
stefanicjuraj fb9dc39
Merge branch 'main' into refactor-workspace-project-target
stefanicjuraj b95a8d6
Merge branch 'main' into refactor-workspace-project-target
stefanicjuraj 2be29e9
docs: fix sidebar config
stefanicjuraj f2cb32c
docs: refactor providers
stefanicjuraj 00647fa
docs: refactor target-config
stefanicjuraj 3c161d7
docs: refactor runners
stefanicjuraj b0fc30f
docs: refactor targets
stefanicjuraj 3a53cc6
docs: refactor sidebar
stefanicjuraj 86d92e0
docs: refactor workspace-templates
stefanicjuraj 5f5ac1e
docs: refactor providers
stefanicjuraj 987ff95
docs: refactor target-config
stefanicjuraj d8ecdc5
docs: refactor targets
stefanicjuraj 9cf2600
docs: refactor wording
stefanicjuraj 721aa5d
docs: refactor target-config
stefanicjuraj 12b1770
docs: refactor targets
stefanicjuraj 170fb4c
docs: refactor runners
stefanicjuraj 586014e
docs: remove projects from sidebar
stefanicjuraj 10a754f
docs: remove projects
stefanicjuraj 6b832cc
docs: reword paragraphs
stefanicjuraj 15bb773
docs: refactor container registries
stefanicjuraj 4b53776
docs: refactor providers
stefanicjuraj 26dd9e0
docs: refactor target configs
stefanicjuraj 118efe8
docs: refactor runners
stefanicjuraj 8410b2a
docs: refactor targets
stefanicjuraj b4d6aa7
docs: refactor workspaces
stefanicjuraj 9636ffd
docs: refactor workspaces
stefanicjuraj a2e89ce
docs: refactor container registries
stefanicjuraj d95097d
docs: update hyperlink
stefanicjuraj a47014f
docs: update steps
stefanicjuraj 2cd1144
docs: update steps & hyperlink
stefanicjuraj 3f84046
docs: update workspace creation logs
stefanicjuraj b54db74
docs: refactor workspaces
stefanicjuraj 87f9295
docs: refactor container registries
stefanicjuraj 640bc62
docs: refactor targets
stefanicjuraj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commenting here since I can't comment on unchanged code.
We need to refactor the container registries page. We no longer have CR commands.
Instead, they are managed through env variables.
(Similar setup to Codespaces - https://docs.github.com/en/codespaces/reference/allowing-your-codespace-to-access-a-private-registry)
Mention that the user can set "global" CRs with
daytona env set
and per-workspace CRs by adding those envs into a workspace (or workspace template)