From 0af85f5022de09380ffecd183b389e47331f0bfa Mon Sep 17 00:00:00 2001 From: Holger Seelig Date: Fri, 9 Aug 2024 13:44:36 +0200 Subject: [PATCH] Moved documentation overview. --- docs/_posts/documentation/overview.md | 46 +++++++++++++++++++++++++++ docs/_tabs/documentation.md | 42 +----------------------- docs/assets/js/links.js | 3 +- 3 files changed, 49 insertions(+), 42 deletions(-) create mode 100644 docs/_posts/documentation/overview.md diff --git a/docs/_posts/documentation/overview.md b/docs/_posts/documentation/overview.md new file mode 100644 index 00000000..01a41f0e --- /dev/null +++ b/docs/_posts/documentation/overview.md @@ -0,0 +1,46 @@ +--- +title: Documentation +date: 2024-01-08 +nav: documentation +categories: [documentation] +tags: [Documentation] +--- + +## About Sunrize + +Use Sunrize to create standards-compliant X3D/VRML worlds for publishing on the World Wide Web and for building stand-alone applications. Sunrize fully supports the [X3D Specification](/x_ite/supported-nodes/), including the Moving Worlds specification for VRML 2.0. + +Sunrize aims to provide you with powerful tools to compose complex objects and create exciting, animated and interactive worlds. Use existing 3D modelling programs such as Blender or Maya to create polygonal or NURBS objects that can be easily imported into Sunrize and then arranged and made interactive. Use X_ITE to publish your content on the web. + +## Where to Go? + +- [A Quick Look at the User Interface](../a-quick-look-at-the-user-interface/) +- [Using the Outline Editor](../using-the-outline-editor/) + - [Selecting and Grouping Objects](../selecting-and-grouping-objects/) + - [Creating Group Hierarchies](../creating-group-hierarchies/) + - [Creating Routes Between Fields](../creating-routes-between-fields/) + - [Cloning Objects](../cloning-objects/) + - [Editing Prototypes](../editing-prototypes/) + - [Imported and Exported Nodes](../imported-and-exported-nodes/) +- [Snapping and Alignment](../snapping-and-alignment/) +- [Using the Script Editor](../using-the-script-editor/) + +It might also be of interest for you [How to Navigate in a Scene](/x_ite/tutorials/how-to-navigate-in-a-scene/). + +## Conventions Used + +Choose *File > Save* means to choose Save from the File pull-down menu. + +*Ctrl-u* means to press the *Ctrl* key and the *u* key at the same time. + +To *click* means to quickly press and release the left mouse button. + +To *drag* means to press and hold down the indicated mouse button (the left button if none is indicated). + +To *click-middle* means to click the middle mouse button. + +To *click-right* means to click the right mouse button. + +![smarty-bubbles](/assets/img/documentation/smarty-bubbles.jpg) +
Editing »Smarty Bubbles« example in Sunrize +{: .small } diff --git a/docs/_tabs/documentation.md b/docs/_tabs/documentation.md index 1e0fda99..3a487398 100644 --- a/docs/_tabs/documentation.md +++ b/docs/_tabs/documentation.md @@ -3,45 +3,5 @@ title: Documentation date: 2024-01-08 icon: fas fa-graduation-cap order: 1 -layout: post -nav: documentation +redirect_to: /documentation/overview/ --- - -## About Sunrize - -Use Sunrize to create standards-compliant X3D/VRML worlds for publishing on the World Wide Web and for building stand-alone applications. Sunrize fully supports the [X3D Specification](/x_ite/supported-nodes/), including the Moving Worlds specification for VRML 2.0. - -Sunrize aims to provide you with powerful tools to compose complex objects and create exciting, animated and interactive worlds. Use existing 3D modelling programs such as Blender or Maya to create polygonal or NURBS objects that can be easily imported into Sunrize and then arranged and made interactive. Use X_ITE to publish your content on the web. - -## Where to Go? - -- [A Quick Look at the User Interface](a-quick-look-at-the-user-interface/) -- [Using the Outline Editor](using-the-outline-editor/) - - [Selecting and Grouping Objects](selecting-and-grouping-objects/) - - [Creating Group Hierarchies](creating-group-hierarchies/) - - [Creating Routes Between Fields](creating-routes-between-fields/) - - [Cloning Objects](cloning-objects/) - - [Editing Prototypes](editing-prototypes/) - - [Imported and Exported Nodes](imported-and-exported-nodes/) -- [Snapping and Alignment](snapping-and-alignment/) -- [Using the Script Editor](using-the-script-editor/) - -It might also be of interest for you [How to Navigate in a Scene](/x_ite/tutorials/how-to-navigate-in-a-scene/). - -## Conventions Used - -Choose *File > Save* means to choose Save from the File pull-down menu. - -*Ctrl-u* means to press the *Ctrl* key and the *u* key at the same time. - -To *click* means to quickly press and release the left mouse button. - -To *drag* means to press and hold down the indicated mouse button (the left button if none is indicated). - -To *click-middle* means to click the middle mouse button. - -To *click-right* means to click the right mouse button. - -![smarty-bubbles](/assets/img/documentation/smarty-bubbles.jpg) -
Editing »Smarty Bubbles« example in Sunrize -{: .small } diff --git a/docs/assets/js/links.js b/docs/assets/js/links.js index 6e8a66d9..6b3baf98 100644 --- a/docs/assets/js/links.js +++ b/docs/assets/js/links.js @@ -1 +1,2 @@ -$("a[href='/sunrize/x_ite/']") .attr ("href", "/x_ite/"); +$("a[href='/sunrize/documentation/']") .attr ("href", "/sunrize/documentation/overview/"); +$("a[href='/sunrize/x_ite/']") .attr ("href", "/x_ite/");