From ce3ae5034cf332dc1b34c1f63ffc85d7b164d0c2 Mon Sep 17 00:00:00 2001 From: Armando Salazar <121046819+armando-salazar@users.noreply.github.com> Date: Thu, 28 Mar 2024 06:18:23 -0400 Subject: [PATCH] [all] Write the Manual's introduction page (sketch) (#153) --- docs/manual/manual.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/manual/manual.md b/docs/manual/manual.md index c3f80bd789dd..27713f91725b 100644 --- a/docs/manual/manual.md +++ b/docs/manual/manual.md @@ -1,7 +1,16 @@ --- sidebar_position: 00 --- -# Ethereal Engine Manual -<!-- WARNING: This section will be de-personified. @todo: Remove the creator/general/etc categories. --> -<!-- TODO: This page will contain an Introduction to the Manual Site. --> -Learn everything that Ethereal Engine has to offer. + +# iR Engine Manual + +Use this Manual to learn how to use the iR Engine to develop real-time 3D web experiences. It covers installation instructions and guides you through the engine and its features. + +This site serves as a reference for understanding complex concepts and configurations for your projects. Learn about the engine's components and advanced settings to enhance your experience. + +## Guides and tutorials + +For specific tutorials and guides, refer to: + +- [Become a Creator](https://etherealengine.github.io/etherealengine-docs/creator): Tutorials for using the engine's **Studio** to build metaverse experiences. +- [Typescript guides](https://etherealengine.github.io/etherealengine-docs/developer/typescript): Guides for developers using Typescript with the iR Engine.