File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,17 @@ assets may also be put in the `overrides` directory:
96
96
├─ .icons/ # Bundled icon sets
97
97
├─ assets/
98
98
│ ├─ images/ # Images and icons
99
- │ ├─ javascripts/ # JavaScript
99
+ │ ├─ javascripts/ # JavaScript files
100
100
│ └─ stylesheets/ # Stylesheets
101
101
├─ partials/
102
102
│ ├─ integrations/ # Third-party integrations
103
- │ │ ├─ analytics.html # - Google Analytics
104
- │ │ └─ disqus.html # - Disqus
105
- │ ├─ languages/ # Localized languages
103
+ │ │ ├─ analytics/ # Analytics integrations
104
+ │ │ ├─ analytics.html # Analytics setup
105
+ │ │ └─ disqus.html # Disqus
106
+ │ ├─ languages/ # Translation languages
106
107
│ ├─ footer.html # Footer bar
107
108
│ ├─ header.html # Header bar
108
- │ ├─ language.html # Localized labels
109
+ │ ├─ language.html # Translation setup
109
110
│ ├─ logo.html # Logo in header and sidebar
110
111
│ ├─ nav.html # Main navigation
111
112
│ ├─ nav-item.html # Main navigation item
You can’t perform that action at this time.
0 commit comments