diff --git a/Home.md b/Home.md index ccfa9f3..cf32926 100644 --- a/Home.md +++ b/Home.md @@ -1,12 +1,14 @@ # Welcome to the Essentials Documentation wiki! -Essentials is framework for Crestron control system software development. +Essentials is framework for Crestron control system software development, built upon the Crestron Simpl# Pro framework. It is a configuration-driven framework that can be used to create standalone programs or programs that support Simpl programs running in another program slot. + + This area is clearly in-progress right now. Take a look at the links to the right. We are actively working on this documentation, so please be patient with us. If you have any comments, reach out to Heath and Neil. Thanks! -# Open Source Collaborative Workflow +## Open Source Collaborative Workflow The `master` branch always contain the latest stable version. The `development` branch is used for most development efforts. diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..5a8df3e --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,23 @@ +# [Home](Home) + +# [Essentials Architecture](Essentials-Architecture) +## Subtopic +## Subtopic + +# [Plugins](Plugins) + +[Standalone Use](Standalone-Use) + +[Device Construction and Activation Phases](Device-Construction-and-Activation-Phases) + +[Communication Basics](Communication-Basics) + +[Debugging](Debugging) + +[Feedback Classes](Feedback-Classes) + +[Connection Based Routing](Connection-Based-Routing) + +[Glossary of Terms](Glossary-of-Terms) + +[Supported Devices](Supported-Devices) \ No newline at end of file diff --git a/test-Sidebar.md b/test-Sidebar.md deleted file mode 100644 index 6bd3b02..0000000 --- a/test-Sidebar.md +++ /dev/null @@ -1,15 +0,0 @@ -Testing... - - -Home -Essentials Architecture -[Device Construction and Activation Phases](Device-Construction-and-Activation-Phases) -Communication Basics -Debugging - -Feedback Classes -Connection Based Routing -Glossary of Terms -Plugins -Standalone Use -Supported Devices \ No newline at end of file