You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Contributing to Hyperstack
2
2
3
3
We welcome and encourage contribution and would be delighted if you participated in this project.
4
-
If you're new to Hyperstack but have experience with Ruby (and Rails) and would like to contribute then start with the [ToDo tutorial](https://hyperstack.org/edge/docs/tutorials/todo)
4
+
If you're new to Hyperstack but have experience with Ruby (and Rails) and would like to contribute then start with the [ToDo tutorial](https://docs.hyperstack.org/tutorial)
5
5
that way you understand the basic capabilities and lingo of Hyperstack.
6
6
7
7
Next would be to start an experimental project that's based on the *edge* Hyperstack codebase.
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Our website serves as a Hyperstack example application. All the doc content is l
33
33
34
34
You can be up and running in **less than 5 minutes**. Just follow the simple setup guide for a new Rails application all correctly configured and ready to go with Hyperstack.
35
35
36
-
* Setup and Installation: [https://hyperstack.org/edge/docs/installation](https://hyperstack.org/edge/docs/installation)
36
+
* Setup and Installation: https://docs.hyperstack.org/installation/man-installation
37
37
38
-
Beyond the installation we strongly suggest new developers work trough the [todo tutorial](https://hyperstack.org/edge/docs/tutorials/todo). As it gives a minimal understanding of the Hyperstack framework.
38
+
Beyond the installation we strongly suggest new developers work trough the [todo tutorial](https://docs.hyperstack.org/tutorial). As it gives a minimal understanding of the Hyperstack framework.
Copy file name to clipboardExpand all lines: docs/installation/man-installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ bundle exec rails g hyperstack:webpack
331
331
332
332
>Note that you also need to have yarn installed [InstallInstructions](https://yarnpkg.com/en/docs/install#mac-stable)
333
333
334
-
For details on how to import and use NPM packages in your application see [ImportingReactComponents](https://hyperstack.org/edge/docs/dsl-client/components#javascript-components)
334
+
For details on how to import and use NPM packages in your application see [ImportingReactComponents](https://docs.hyperstack.org/client-dsl/javascript-components)
Copy file name to clipboardExpand all lines: install/old-readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ rails new MyAppName --template=rails-webpacker.rb
31
31
32
32
### Tutorial
33
33
34
-
If you are new to developing an application based on Hyperstack we suggest you follow the [todo tutorial](https://hyperstack.org/edge/docs/tutorials/todo).
34
+
If you are new to developing an application based on Hyperstack we suggest you follow the [todo tutorial](https://docs.hyperstack.org/tutorial).
For details on how to import and use NPM packages in your application see [Importing React Components](https://hyperstack.org/edge/docs/dsl-client/components#javascript-components)
324
+
For details on how to import and use NPM packages in your application see [Importing React Components](https://docs.hyperstack.org/client-dsl/javascript-components#importing-javascript-or-react-libraries)
325
325
326
326
To integrate webpacker with an existing Hyperstack application - for example if you just added a couple of components and now
327
327
want to try webpacker - use the `hyperstack:install:webpack` task:
@@ -498,7 +498,7 @@ As your application develops you can begin defining more restrictive policies (o
498
498
> Note: The policy mechanism does not depend on [Pundit](https://github.com/varvet/pundit) but is compatible with it. You can add pundit style
499
499
policies for legacy parts of your system.
500
500
>
501
-
> For details on creating policies see the [policy documentation](https://hyperstack.org/edge/docs/dsl-isomorphic/policies).
501
+
> For details on creating policies see the [policy documentation](https://docs.hyperstack.org/isomorphic-dsl/hyper-policy).
0 commit comments