You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ In order to get all the different docs into one place and to render a comprehens
20
20
21
21
[The Power of Git Subtree by Nicola Paolucci](https://blog.developer.atlassian.com/the-power-of-git-subtree/?_ga=2-71978451-1385799339-1568044055-1068396449-1567112770)
As the final output in this repository will be a statically generated website, the subtree docs repositories should only contain markdown and static files for visualisation.
@@ -28,7 +32,7 @@ As the final output in this repository will be a statically generated website, t
28
32
29
33
```jsx
30
34
project
31
-
├── static// static content
35
+
├── static// static content
32
36
├── blog // optional blog
33
37
├── src // source files
34
38
├── docs // the folder where all individual docs reside as subtree modules
0 commit comments