Skip to content

Commit

Permalink
Embed a working example server (#38)
Browse files Browse the repository at this point in the history
* Use endpoint.

Reviewed by @tolmasky.

* Fix remove alert.

Reviewed by @tolmasky.

* Change file.

Reviewed by @tolmasky.

* Fix conflict.

Reviewed by @tolmasky.

* Add highlight.js to package.json.

Reveiwed by @tolmasky.

* Update index.html. Fix code.

Reviewed by @tolmasky.

* Update index.html.

Reviewed by @tolmasky.

* Re-remove highlight.js clientside.

Reviewed by @tolmasky.
  • Loading branch information
tolmasky authored and niftylettuce committed Aug 1, 2018
1 parent b684a0c commit 71fcf17
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 301 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ DOCS = public/index.md \
public/guide.md

index.html: views/index.jade $(DOCS)
@./node_modules/.bin/jade $< -o .
@./node_modules/.bin/pug --obj pug-options.js $< -o .

public/index.md:
curl -s $(RAW)/koajs/koa/master/docs/api/index.md \
Expand Down

0 comments on commit 71fcf17

Please sign in to comment.