diff --git a/.gitignore b/.gitignore index 7ba87af..2caad37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ temp/ static/ +site/ .tox/ dist/ diff --git a/docs/django.md b/docs/django.md index 7d4bbc1..bb2b16f 100644 --- a/docs/django.md +++ b/docs/django.md @@ -125,7 +125,7 @@ template = html( ## Stylesheets -Define your stylesheet using [`CSSObject`](/css/#cssobject) and use [`Static Context`](/css/#static-context) to include the stylesheets in your views. First let's define `templates/styles.py` +Define your stylesheet using [`CSSObject`](/ph7/css/#cssobject) and use [`Static Context`](/ph7/css/#static-context) to include the stylesheets in your views. First let's define `templates/styles.py` ```python @@ -212,7 +212,7 @@ And this is what the rendered stylesheet looks like ## Scripts -Write your scripts using the [`ph7.js`](/js) APIs. +Write your scripts using the [`ph7.js`](/ph7/js) APIs. ```python diff --git a/docs/flask.md b/docs/flask.md index c25ff53..2059adb 100644 --- a/docs/flask.md +++ b/docs/flask.md @@ -39,7 +39,7 @@ def _dogs(): ## Stylesheets -Define your stylesheet using [`CSSObject`](/css/#cssobject) and use [`Static Context`](/css/#static-context) to include the stylesheets in your views. First let's define `templates/styles.py` +Define your stylesheet using [`CSSObject`](/ph7/css/#cssobject) and use [`Static Context`](/ph7/css/#static-context) to include the stylesheets in your views. First let's define `templates/styles.py` ```python @@ -155,7 +155,7 @@ And this is what the rendered stylesheet looks like ## Scripts -Write your scripts using the [`ph7.js`](/js) APIs. +Write your scripts using the [`ph7.js`](/ph7/js) APIs. ```python diff --git a/docs/index.md b/docs/index.md index 93c6385..a4e453f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,6 +112,6 @@ async function fetchDog() { ## Next Steps * [Writing HTML](/html) -* [Writing CSS](/css) -* [Writing JS](/js) -* [Django Integration](/django) \ No newline at end of file +* [Writing CSS](/ph7/css) +* [Writing JS](/ph7/js) +* [Django Integration](/ph7/django) \ No newline at end of file