Skip to content

Commit

Permalink
[typedoc] Link to the main existing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jul 18, 2022
1 parent 75e1e98 commit 4008c20
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/cubing/alg/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* For a walkthrough, see:
*
* https://js.cubing.net/cubing/alg/
*
* @packageDocumentation
*/

export { Alg } from "./Alg";
export { AlgBuilder } from "./AlgBuilder";
export { TraversalDownUp, TraversalUp } from "./traversal";
Expand Down
8 changes: 8 additions & 0 deletions src/cubing/scramble/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
/**
* For a walkthrough, see:
*
* https://js.cubing.net/cubing/scramble/
*
* @packageDocumentation
*/

export { randomScrambleForEvent } from "../search/cubing-private";
8 changes: 8 additions & 0 deletions src/cubing/twisty/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* For a walkthrough, see:
*
* https://js.cubing.net/cubing/twisty/
*
* @packageDocumentation
*/

export { TwistyPlayer } from "./views/TwistyPlayer";
export { TwistyAlgViewer } from "./views/TwistyAlgViewer";
export { TwistyAlgEditor } from "./views/TwistyAlgEditor/TwistyAlgEditor";
Expand Down

0 comments on commit 4008c20

Please sign in to comment.