Skip to content

limhenry/community

 
 

Repository files navigation

webcomponents community

Join the chat at https://gitter.im/webcomponents/community Travis

Adding or modifying content

  1. Decide what the content type is:
  • Evergreen pages such as Polyfills, Specifications should be modified in [/static]
  • Posts such as articles/podcasts/presentations should be added to [/documents]
  1. Send a PR with the changes.
  2. Done! Once it's merged, the site will update with the latest content.

Development

Installing

$ npm install

Running locally

$ npm start
$ npm run monitor

Tests & linting

$ npm run lint
$ npm test

API

Content

GET /content/:path

Returns blob of markdown/html content.

Static

GET /static/:file

Returns static file. Static files do not appear in /resources lists and do not contain any docpad metadata.

List

GET /resources/[:type]

Returns a list of n resource excerpts of specified type. type is optional. Query params:

  • offset - offset in results to return. Default: 0
  • limit - number of results to return. Default: 10

About

A space for the webcomponents community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • HTML 0.4%