mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ac9cdb605f
commit
01d937085d
14
README.md
14
README.md
@ -45,24 +45,24 @@ are likely to change, the implementation / API **will definitely** change! ;)_
|
||||
- a stand-alone testing platform and reference implementation for
|
||||
pWiki components.
|
||||
|
||||
|
||||
### General Documentation:
|
||||
<pwiki-comment>
|
||||
|
||||
- [General info](README.md) -- This document.
|
||||
- [Bootstrap path](bootstrap/Doc/Path.md) -- Path mechanics.
|
||||
- [Bootstrap macros](bootstrap/Doc/Macros.md) -- Macro documentation
|
||||
- [General info](README.md) - This document.
|
||||
- [Bootstrap path](bootstrap/Doc/Path.md) - Path mechanics.
|
||||
- [Bootstrap macros](bootstrap/Doc/Macros.md) - Macro documentation
|
||||
|
||||
</pwiki-comment>
|
||||
<!--[pWiki[
|
||||
|
||||
- [Doc/About] -- This document.
|
||||
- [Doc/Path] -- Path mechanics.
|
||||
- [Doc/Macros] -- Macro documentation
|
||||
- [Doc/About] - This document.
|
||||
- [Doc/Path] - Path mechanics.
|
||||
- [Doc/Macros] - Macro documentation
|
||||
|
||||
]]-->
|
||||
|
||||
|
||||
|
||||
### Project:
|
||||
- The project on [GitHub](https://github.com/flynx/pWiki)
|
||||
- pWiki [live demo (hosted on Gitgub)](https://flynx.github.io/pWiki/) _–
|
||||
|
||||
@ -32,6 +32,7 @@ glob('bootstrap/**/*.@(tpl|md|css|html)')
|
||||
text: fs.readFileSync('README.md').toString(),
|
||||
} }
|
||||
if(fs.existsSync('LICENSE')){
|
||||
console.log('Setting:', 'LICENSE')
|
||||
bootstrap['LICENSE'] = {
|
||||
text: fs.readFileSync('LICENSE').toString(),
|
||||
} }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user