tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-20 01:30:29 +03:00
parent 527b4dfc23
commit 787ad56d12
2 changed files with 11 additions and 10 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -132,7 +132,8 @@ Filters:
]]--> ]]-->
<pwiki-comment> <pwiki-comment>
- [bootstrap \_edit](/bootstrap/Templates/_edit.html) &ndash; _see the macro at the end of the page._ - [bootstrap \_edit](/bootstrap/Templates/_edit.html) &ndash; _see the
macro at the end of the page._
</pwiki-comment> </pwiki-comment>
@ -171,11 +172,11 @@ Arguments:
**Example:** **Example:**
<pwiki-comment> <pwiki-comment>
- [bootstrap css](bootstrap/Templates/_css.html) - [bootstrap css](/bootstrap/Templates/_css.html)
</pwiki-comment> </pwiki-comment>
<!--[pWiki[ <!--[pWiki[
[Templates/\_css] / [bootstrap css](bootstrap/Templates/_css.html): [Templates/\_css] / [bootstrap css](/bootstrap/Templates/_css.html):
``` ```
@source(Templates/_css) @source(Templates/_css)
``` ```
@ -192,17 +193,17 @@ Each new occurrence of a name will change slot content.
**Example:** **Example:**
<pwiki-comment> <pwiki-comment>
- [bootstrap view](bootstrap/Templates/_view.html) - [bootstrap view](/bootstrap/Templates/_view.html)
- [bootstrap edit](bootstrap/Templates/_edit.html) - [bootstrap edit](/bootstrap/Templates/_edit.html)
</pwiki-comment> </pwiki-comment>
<!--[pWiki[ <!--[pWiki[
[Templates/\_view] / [bootstrap view](bootstrap/Templates/_view.html): [Templates/\_view] / [bootstrap view](/bootstrap/Templates/_view.html):
``` ```
@source(Templates/_view) @source(Templates/_view)
``` ```
[Templates/\_edit] / [bootstrap edit](bootstrap/Templates/_edit.html): [Templates/\_edit] / [bootstrap edit](/bootstrap/Templates/_edit.html):
``` ```
@source(Templates/_edit) @source(Templates/_edit)
``` ```
@ -238,11 +239,11 @@ of `macro` matches no pages.
**Example:** **Example:**
<pwiki-comment> <pwiki-comment>
- [bootstrap pages](bootstrap/Templates/pages.html) - [bootstrap pages](/bootstrap/Templates/pages.html)
</pwiki-comment> </pwiki-comment>
<!--[pWiki[ <!--[pWiki[
[Templates/pages] / [bootstrap pages](bootstrap/Templates/pages.html): [Templates/pages] / [bootstrap pages](/bootstrap/Templates/pages.html):
``` ```
@source(Templates/pages) @source(Templates/pages)
``` ```