Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nopdan/docsify-waline

A simple comment plugin for docsify.
https://github.com/nopdan/docsify-waline

docsify plugin valine waline

Last synced: about 1 month ago
JSON representation

A simple comment plugin for docsify.

Awesome Lists containing this project

README

        

# docsify-waline

![](https://img.shields.io/npm/dt/docsify-waline)

A Docsify comment plugin for docsify that supports pageview statistics.

Pageview statistics rely on [docsify-count](https://github.com/827652549/docsify-count).

English | [简体中文](./README.zh-CN.md)

## Begin

[Import Waline v2](https://waline.js.org/guide/client/import.html)

```html

```

Enter [waline official website](https://waline.js.org/en/guide/get-started.html)
Configure 'database' and 'server' according to the documentation

## Usage

```html

window.$docsify = {
count: {
language: "", // default:english|chinese
},
waline: {
// Required example:https://your-domain.vercel.app
serverURL: "https://your-domain.vercel.app",
// enable pageview count
pageview: true,
// ...
// don't support custom `el` and `path`
},
};

```