1
1
@parent bit-docs-generate-html
2
- @page bit-docs-generate-html/about About
2
+ @page bit-docs-generate-html/about-defaults About the defaults
3
3
4
4
@description Templates and styles come with the default theme.
5
5
@@ -17,15 +17,16 @@ The default templates do not make any assumptions about the type of website
17
17
you are trying to generate. If you are generating documentation, you will
18
18
probably want to add things like function signatures to the output of the
19
19
generated website. That can be done by adding the ` signature.mustache ` to
20
- [ bit-docs-generate-html/theme/ templates/content] .
20
+ [ bit-docs-generate-html/site/default/ templates/content.mustache ] .
21
21
22
22
Other documentation that you might want to expose will come from the various
23
- [ docObjects ] in the [ docMap] , and you will need to create your own mustache
24
- templates as well as helpers to support that.
23
+ [ bit-docs/types/docObject ] s in the [ bit-docs/types/ docMap] , and you will need
24
+ to create your own mustache templates as well as helpers to support that.
25
25
26
26
Most users will be happy using the default output for documentation, and will
27
27
primarily be editing the templates to add HTML markup for styling and
28
- structure purposes, in tandem with [ bit-docs-generate-html/theme/styles] .
28
+ structure purposes, in tandem with
29
+ [ bit-docs-generate-html/site/default/static/styles/styles.less] .
29
30
30
31
For any template files not copied over, the default template will be used.
31
32
@@ -37,10 +38,11 @@ By default, `bit-docs` provides a very basic theme that consists of styles
37
38
that are meant to be copied over to your project and/or a custom theme,
38
39
and modified there as needed to suit your specific design needs.
39
40
40
- Any of these files can be copied over and modified as needed. For any LESS
41
- files not copied over, the default LESS file will be used.
41
+ Any of these files can be copied over and modified as needed. For any less
42
+ files not copied over, the default less file will be used.
42
43
43
- Certain plugins provide their own LESS files for defining variables that
44
+ Certain plugins provide their own less files for defining variables that
44
45
are to be used in styling whatever they add, and will include your
45
- [ variables.less] after their own so that you may override any LESS variables
46
- that you might wish to. A good example of this is [ bit-docs-prettify] .
46
+ [ bit-docs-generate-html/site/default/static/styles/variables.less] after
47
+ their own so that you may override any less variables that you might wish to.
48
+ A good example of this is [ bit-docs-prettify] .
0 commit comments