diff --git a/src/development/style-guide.md b/src/development/style-guide.md index 88d8b25..b1691f7 100644 --- a/src/development/style-guide.md +++ b/src/development/style-guide.md @@ -6,7 +6,7 @@ tags: - development --- -Alembic is written in TypeScript and CSS, follow [the Structure]({{ '/development/structure' | url }}) for where to put things. +Alembic is written in TypeScript and CSS, follow [the Structure]({{ '/development/structure/' | url }}) for where to put things. General rules: @@ -15,7 +15,7 @@ General rules: - Keep related things together, i.e. docs + css + js + tests all in one place - Data-driven documentation, the less hard-coded links the better - Favour readability over completeness or correctness, people have to read code -- Use JSDoc for public TypeScript code, this is pulled into [api]({{ '/development/api' | url }}) +- Use JSDoc for public TypeScript code, this is pulled into [api]({{ '/development/api/' | url }}) - Unit tested is desirable - Opt for more-functional styles of coding, but maintain readability - No "index.js" magic files diff --git a/src/index.html b/src/index.html index b3eee5d..9e2ca6a 100644 --- a/src/index.html +++ b/src/index.html @@ -66,7 +66,7 @@

Building blocks for composing complex interfaces together with reusable - components. {{ link('Layouts', '/layouts' | url) }} + components. {{ link('Layouts', '/layouts/' | url) }}

HTML patterns for creating simple accessible web forms. {{ link('Forms', - '/forms' | url) }} + '/forms/' | url) }}

@@ -147,7 +147,7 @@

Got something that should be a part of Alembic?
- {{ link('Contribute', '/development/contribute' | url) }} + {{ link('Contribute', '/development/contribute/' | url) }}

diff --git a/src/install/spa.md b/src/install/spa.md index 2ec2466..5d1a833 100644 --- a/src/install/spa.md +++ b/src/install/spa.md @@ -95,4 +95,4 @@ and in CSS: ## DIY -See the [api docs]({{ '/development/api' | url }}) for the tools available to hook things up yourself. +See the [api docs]({{ '/development/api/' | url }}) for the tools available to hook things up yourself. diff --git a/src/labcoat/index.md b/src/labcoat/index.md index 1ae827a..a32c9b0 100644 --- a/src/labcoat/index.md +++ b/src/labcoat/index.md @@ -44,9 +44,9 @@ Quickly add basic styles to HTML to get a responsive & pretty page. ## Features -- A [HTML reset]({{ '/development/reset-css' | url }}) +- A [HTML reset]({{ '/development/reset-css/' | url }}) - Setup with all [Layout elements]({{ '/layouts/' | url }}) -- [Form patterns]({{ '/forms' | url }}) are available too +- [Form patterns]({{ '/forms/' | url }}) are available too - A full height `` tag - A `
` element that fills the full-height `` when directly nested - A custom `
` at the top when no class is applied to it