diff --git a/docs/public/content/guides.md b/docs/public/content/guides.md index d9dd466..2c94ca5 100644 --- a/docs/public/content/guides.md +++ b/docs/public/content/guides.md @@ -1 +1,7 @@ -# Guides \ No newline at end of file +# Guides + +Ready to get started with __elm-spa__? Me too! + +... + +Unfortunately, I haven't uploaded any guides yet... \ No newline at end of file diff --git a/docs/public/content/guides/01-getting-started.md b/docs/public/content/guides/01-getting-started.md deleted file mode 100644 index 3d7219c..0000000 --- a/docs/public/content/guides/01-getting-started.md +++ /dev/null @@ -1 +0,0 @@ -# Getting started \ No newline at end of file diff --git a/docs/public/content/guides/03-local-storage.md b/docs/public/content/guides/03-local-storage.md deleted file mode 100644 index 629e081..0000000 --- a/docs/public/content/guides/03-local-storage.md +++ /dev/null @@ -1,3 +0,0 @@ -# Local storage - -TODO \ No newline at end of file diff --git a/docs/public/content/guides/04-authentication.md b/docs/public/content/guides/authentication.md similarity index 100% rename from docs/public/content/guides/04-authentication.md rename to docs/public/content/guides/authentication.md diff --git a/docs/public/content/guides/05-elm-ui.md b/docs/public/content/guides/elm-ui.md similarity index 100% rename from docs/public/content/guides/05-elm-ui.md rename to docs/public/content/guides/elm-ui.md diff --git a/docs/public/content/guides/env.md b/docs/public/content/guides/env.md new file mode 100644 index 0000000..8b9e7e1 --- /dev/null +++ b/docs/public/content/guides/env.md @@ -0,0 +1,3 @@ +# Environment variables + +TODO \ No newline at end of file diff --git a/docs/public/content/guides/02-page-transitions.md b/docs/public/content/guides/page-transitions.md similarity index 100% rename from docs/public/content/guides/02-page-transitions.md rename to docs/public/content/guides/page-transitions.md diff --git a/docs/public/content/guides/06-testing.md b/docs/public/content/guides/testing.md similarity index 100% rename from docs/public/content/guides/06-testing.md rename to docs/public/content/guides/testing.md diff --git a/docs/src/Pages/Home_.elm b/docs/src/Pages/Home_.elm index 077d8e1..48d780a 100644 --- a/docs/src/Pages/Home_.elm +++ b/docs/src/Pages/Home_.elm @@ -33,19 +33,16 @@ view = , description = "single page apps made easy" } , UI.markdown { withHeaderLinks = False } """ -## Build reliable applications. +## A work in progress! -I need to verify that the line height for paragraphs is reasonable, because if it isn't then I'll need to tweak it a bit until it's actually readable. -Only the most readable lines should be included in the __official__ [guide](/docs), ya dig? +This next release of elm-spa isn't _quite_ ready yet. It's currently available in `beta`, and can be installed via __npm__: -Bippity boppity, my guy. +``` +npm install -g elm-spa@beta +``` ---- ---- - -## Effortless routing. - -Use `elm-spa` to automatically wire up routes and pages. +For now, feel free to [read the docs](/docs), see the [incomplete guides](/guides), or check the bulleted list of [example projects](/examples) +that aren't available yet. """ ] }