Skip to content

Commit ea31070

Browse files
updated docs
1 parent 8e7c602 commit ea31070

File tree

16 files changed

+41
-30
lines changed

16 files changed

+41
-30
lines changed

docs/dsl/hyper-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# HyperComponent
1+
# Components
22

3-
# Work in progress - ALPHA (docs and code)
3+
**Work in progress - ALPHA (docs and code)**
44

55
## Components DSL Overview
66

docs/dsl/hyper-i18n.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# HyperI18n
1+
# Internationalization
22

3-
## HyperI18n gem
3+
## HyperI18n
44

5-
HyperI18n seamlessly brings Rails I18n into your Hyperloop application.
5+
**Work in progress - ALPHA (docs and code)**
66

7+
HyperI18n seamlessly brings Rails I18n into your Hyperstack application.
78

89
## Installation and Setup
910

10-
1. Add `gem 'hyper-i18n', git: 'https://github.com/ruby-hyperloop/hyper-i18n.git'` to your `Gemfile`
11+
**TODO these steps are wrong**
12+
13+
1. Add `gem 'hyper-i18n', git: 'https://github.com/ruby-Hyperstack/hyper-i18n.git'` to your `Gemfile`
1114
2. Install the Gem: `bundle install`
1215
3. Add `require 'hyper-i18n'` to your components manifest
1316

@@ -57,7 +60,7 @@ en:
5760
```
5861
```ruby
5962
module Users
60-
class Show < Hyperloop::Component
63+
class Show < Hyperstack::Component
6164
render do
6265
H1 { t(:title) }
6366
end

docs/dsl/hyper-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# HyperModel
1+
# Isomorphic Models
22

3-
# Work in progress - ALPHA (docs and code)
3+
**Work in progress - ALPHA (docs and code)**
44

55
In Hyperstack, your ActiveRecord Models are available in your Isomorphic code.
66

docs/dsl/hyper-operation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# HyperOperations
1+
# Isomorphic Operations
22

3-
# Work in progress - ALPHA (docs and code)
3+
**Work in progress - ALPHA (docs and code)**
44

55
Operations are the engine rooms of Hyperstack; they orchestrate the interactions between Components, external services, Models, and Stores. Operations provide a tidy place to keep your business logic.
66

docs/dsl/hyper-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Hyperstack Policies
1+
# Policies
22

3-
TODO: THIS PAGE NEEDS LOTS OF WORK! @simon :-) all yours
3+
**Work in progress - ALPHA (docs and code)**
44

55
## Authorization
66

docs/dsl/hyper-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# HyperRouter
1+
# Router
22

3-
# Work in progress - ALPHA (docs and code)
3+
**Work in progress - ALPHA (docs and code)**
44

55
## Usage
66

docs/dsl/hyper-spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HyperSpec
22

3+
**Work in progress - ALPHA (docs and code)**
4+
35
With HyperSpec you can run *isomorphic* specs for all your Hyperloop code using RSpec. Everything runs as standard RSpec test specs.
46

57
For example if you have a component like this:

docs/dsl/hyper-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# HyperStore
1+
# Stores
22

3-
# Work in progress - ALPHA (docs and code)
3+
**Work in progress - ALPHA (docs and code)**
44

55
Hyperstack **Stores** are implemented in the **HyperStore Gem**.
66

docs/dsl/setup.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/installation/config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Hyperloop::Configuration
1+
# Configuration
2+
3+
**Work in progress - ALPHA (docs and code)**
24

35
This gem is used internally by other [Hyperloop](http://ruby-hyperloop.io) gems for keeping config settings, and for registering client side autoload requirements.
46

0 commit comments

Comments
 (0)