Skip to content

Commit 77822b0

Browse files
committed
updating tree example
1 parent 2720778 commit 77822b0

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

_info-architecture/0003-swift-docs-proposal.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,27 @@ but don't reflect all the possible future content we might create.
8585
An example `tree` view of such a repository:
8686

8787
```
88-
├── APIGuidelines
89-
│   └── APIGuideliness.docc
88+
├── api-guidelines
89+
│   └── APIGuidelines.docc
90+
│   ├── DocComment.md
9091
│   ├── Documentation.md
91-
│   ├── ...
92+
│   ├── include-words-to-avoid-ambiguity.md
93+
│   ├── name-according-to-roles.md
94+
│   ├── omit-needless-words.md
95+
│   └── weak-type-information.md
9296
├── CODEOWNERS
93-
├── README.md
94-
├── Server
95-
│   └── ServerGuides.docc
96-
│   └── Documentation.md
97-
├── SwiftLangGuides
98-
│   └── SwiftLangGuides.docc
97+
├── ecosystem
98+
│   ├── EcosystemTools.docc
99+
│   │   ├── Documentation.md
100+
│   │   ├── getting-started-with-vscode-swift.md
101+
│   │   ├── zero-to-swift-emacs.md
102+
│   │   └── zero-to-swift-nvim.md
103+
│   └── WASM.docc
99104
│   └── Documentation.md
100-
│ ├── ...
101-
├── Tools
102-
│ └── ToolsAndEditors.docc
103-
│ ├── Documentation.md
104-
│ ├── ...
105-
└── WASM
106-
   └── WASM.docc
105+
├── README.md
106+
└── server-guides
107+
└── ServerGuides.docc
108+
└── Documentation.md
107109
```
108110

109111
The directories for each catalog residing at the root can host another DocC catalog (a directory ending with .docc), to host the markdown content in a typical DocC fashion.

0 commit comments

Comments
 (0)