Skip to content

akulov/gitbook-plugin-theme-corezoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitbook custom theme for Corezoid cloud OS documentation

This is a plugin for Gitbook since version 3.0.0.

It adds a new block with logo and list of languages. Corezoid theme extends HTML templates, CSS styles and JS scripts of a base GitBook theme gitbook-plugin-theme-default.

Additionally, translated title of the search result that does not exist in the Russian localization (ru.json).

The plugin can be used as a blank theme template for GitBook.

Image

Usage

Add the theme to your book's configuration book.json:

{
    "plugins": [
        "theme-corezoid"
    ],
    "variables": {
        "themeCorezoid": {
            "langs": [
                "ru",
                "en"
            ]
        }
    }
},

Install by command:

gitbook install

Links

This theme on github.com, plugins.gitbook.com, npmjs.com

About

Gitbook custom theme for Corezoid docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published