Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 661 Bytes

dcs-decorator.md

File metadata and controls

27 lines (20 loc) · 661 Bytes

dcs-decorator.js

High-level dcs-client library for websites. Doesn't support web apps.

Page Setup

Wordpress users: this step can be done automatically for you by the dcs-wordpress-plugin.

Add the following lines to the <head> section of your web pages:

<link
  rel="stylesheet"
  type="text/css"
  href="https://sylque.github.io/dcs-client/css/dcs-decorator.css"
/>
<script
  src="https://sylque.github.io/dcs-client/dist/dcs-decorator.js"
  async
></script>

How to add discussions

This is done through the JSON description file.