0.4.14 • Published 2 years ago

@siradoc/siradoc v0.4.14

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

License: MIT Latest Release npm npm-dm

⚓ ᏕiraDoc

pipeline status coverage report dependencies Status

Static documentation generator for scripting manual

Demo

Looking for a demo? A simple demo is available at https://siradoc.gitlab.io/demo/!

💾 Installing

NPM

To install SiraDoc using npm, execute the following command:

$ npm install -g @siradoc/siradoc

NPM

🔨 How to use?

The command takes two arguments, source and destination

$ siradoc <source> <destination>

For example,

$ siradoc ./docs ./build

The file structure is below,

│   Manual.md
│   ScriptReference.md
│   siradoc.yml  (config file)
│
├───Manual
│       Manual_Page_01.md
│       Manual_Page_02.md
│
└───ScriptReference
        Reference_Page_01.md
        Reference_Page_02.md

🔧 Configuration

Configuration file should be named siradoc.yml in your documentation directory.

# Manual
manual_name: '[Manual Name]'

# Theme
header_color: '#222C37'
arrow_color: '#19E3B1'
th_show: true
th_color: '#A2F2DE'

# Version
version_title_01: '[Manual] Version: '
version_num_01: '0.0.1'

# Copyright
copyright_text: 'Copyright © [yyyy] [Group Name]. Built: [yyyy-mm-dd].'

# Link
homepage_url: 'https://gitlab.com/SiraDoc/SiraDoc'
homepage_text: 'SiraDoc.gitlab'

📝 TODO

  • Add search capability
  • Add test for CI

License

This software uses other open-source components. For a full list, see the LICENSE file.

MIT License

Copyright (c) 2021 Jen-Chieh Shen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
0.4.14

2 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.10

3 years ago

0.4.13

3 years ago

0.4.11

3 years ago

0.4.12

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago