Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: add documentation for modules in contributing#18597

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
DevelopmentCats wants to merge21 commits intomain
base:main
Choose a base branch
Loading
fromcat/modules-doc
Draft
Changes from1 commit
Commits
Show all changes
21 commits
Select commitHold shift + click to select a range
c177510
docs: add documentation for Coder modules and their usage
DevelopmentCatsJun 26, 2025
75dec50
docs: add guide for module development in manifest
DevelopmentCatsJun 26, 2025
b102e69
docs: update module structure formatting in contributing guide
DevelopmentCatsJun 26, 2025
7a906b7
docs: add optional installation script and enhance resource configura…
DevelopmentCatsJun 26, 2025
ffd13b0
docs: enhance module contribution guide with architecture overview an…
DevelopmentCatsJun 26, 2025
ba1bba3
docs: improve link visibility in architecture overview with styled ar…
DevelopmentCatsJun 26, 2025
3379347
docs(modules): linting
DevelopmentCatsJun 26, 2025
b531be1
docs(modules): expand module types section with examples for IDE, Hel…
DevelopmentCatsJun 26, 2025
252e34c
Update docs/about/contributing/modules.md
DevelopmentCatsJun 26, 2025
8bb9050
docs(modules): remove testing and documentation sections
DevelopmentCatsJun 26, 2025
cc76ef1
docs(modules): remove contributing guide and lint
DevelopmentCatsJun 26, 2025
2c06040
docs(modules): enhance module list with hyperlinks for better navigation
DevelopmentCatsJun 26, 2025
ab89f40
docs(modules): update contributing guide with prerequisites and enhan…
DevelopmentCatsJun 26, 2025
9b8a380
docs: update description
DevelopmentCatsJun 27, 2025
b9315c8
docs: remove depreciated vault-secrets
DevelopmentCatsJun 27, 2025
1e7191a
docs: update workspace execution content
DevelopmentCatsJun 27, 2025
2f730e3
docs(modules): refine IDE modules section and categorize browser-base…
DevelopmentCatsJun 28, 2025
5355caf
docs(modules): clarify browser-based and desktop IDEs functionality i…
DevelopmentCatsJun 28, 2025
8943003
docs(modules): replace mermaid code with png and enhance parameter an…
DevelopmentCatsJul 1, 2025
89aaa72
docs(modules): move header links to body
DevelopmentCatsJul 1, 2025
09aff48
docs(modules): fix image path for module architecture diagram
DevelopmentCatsJul 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
docs: improve link visibility in architecture overview with styled ar…
…rows
  • Loading branch information
@DevelopmentCats
DevelopmentCats committedJun 26, 2025
commitba1bba334c03eb439fe0979ce07099eb7e1d112c
7 changes: 5 additions & 2 deletionsdocs/about/contributing/modules.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,8 +34,8 @@ flowchart LR
end

%% Module flow
ModuleCode -->|"Referenced by"| Template
StarterTemplates -->|"Used as base for"| Template
ModuleCode -->|" Referenced by "| Template
StarterTemplates -->|" Used as base for "| Template

%% Template to resources
Template --> Script
Expand DownExpand Up@@ -70,6 +70,9 @@ flowchart LR
style Tools fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
style Apps fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
style Environment fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000

%% Link styling to make arrows visible
linkStyle default stroke:#333333,stroke-width:2px
```

**How Modules Work in the Coder Ecosystem:**
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp