Fix up some of the top icons to be consistent.

main
Zed A. Shaw 1 year ago
parent 323ae3dc2a
commit cb24485a5e
  1. 2
      README.md
  2. 2
      admin/pages/DocsBrowser.svelte
  3. 2
      admin/pages/Routes.svelte

@ -210,6 +210,6 @@ This should give you a quick crash course in how the framework operates while I
## Current Status
This is a first rough ALPHA release to get the project published and get some victi^H^H^H^H^H...users testing it and telling me how it works so far. You aren't expected to be able to figure it out since I haven't completely documented it, but you should feel free to explore the code, study what's there, and see what you can do. The next release will have reference documentation and more code cleaning, then after that videos demonstrating the important features and showing how to use the tools included.
This is a first rough ALPHA release to get the project published and get some victi`^H^H^H^H^H`...users testing it and telling me how it works so far. You aren't expected to be able to figure it out since I haven't completely documented it, but you should feel free to explore the code, study what's there, and see what you can do. The next release will have reference documentation and more code cleaning, then after that videos demonstrating the important features and showing how to use the tools included.
After that, further development will be focused on supporting the [Learn JavaScript the Hard Way](https://learnjsthehardway.com) course where students will use `bando` to create their own projects, and also learn how to implement the important elements on this stack. Once the course is done I'll start writing more public documentation for the framework as well as more demonstrations of using it to implement common websites.

@ -204,7 +204,7 @@
<Layout footer={ false} header={ false } centered={ true } fullscreen={ true }>
<sidebar>
<top><h4><a href="/" use:link><Icon name="chevrons-up" />API Docs</a></h4></top>
<top><h4><a href="/" use:link><Icon name="arrow-left-circle" /> API Docs</a></h4></top>
<items>
<a class:active={ url === "/docs/" } href="/docs/" use:link>README</a>
{#each Object.keys(index) as item}

@ -65,7 +65,7 @@
<content>
<sidebar class="fixed">
<top>
<h3><a href="/" use:link><Icon name="arrow-left-circle" size="36"/></a> Routes</h3>
<h3><a href="/" use:link><Icon name="arrow-left-circle" /></a> Routes</h3>
</top>
<items>
<h3>/api</h3>

Loading…
Cancel
Save