1.0.0 • Published 7 years ago

gitbook-plugin-theme-prisma-campaigns v1.0.0

Weekly downloads
2
License
GPLv3
Repository
github
Last release
7 years ago

Gitbook custom theme for Prisma Campaigns documentation

This is a plugin for Gitbook since version 3.0.0.

It adds a new block with logo and list of languages. This 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 Spanish localization (es.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-prisma-campaigns"
    ],
    "variables": {
        "themePrisma": {
            "langs": [
                "es",
                "en"
            ]
        }
    }
},

Install by command:

gitbook install