diff pages/menu/support.md @ 216:c8126c010d67

pages: strip unnecessary "menu: false".
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 14:51:27 +0900
parents
children 598d7f098082
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/menu/support.md	Tue Sep 15 14:51:27 2020 +0900
@@ -0,0 +1,48 @@
+---
+layout: page
+title: Support/Help
+menu: true
+permalink: support
+---
+
+#### Contact the **user community**
+
+<div style="margin-left: 2em;" markdown="1">
+The Octave user community is a loosely organized association of **volunteers**.
+Your interactions with the community will be better if you have the
+[right expectations about the support options]({{ "support-expectations.html" | relative_url }})
+available to you.
+</div>
+
+<div style="margin-left: 2em;" markdown="1">
+- [**Discourse**]({{ site.discourse_url }}) &mdash;
+  the main chat portal for Octave users and developers.
+- **IRC**: Chat with users and developers on the
+  [Freenode `{{ site.irc_channel }}` channel](https://webchat.freenode.net/#octave).
+- Browse the
+  [**mailing list archives**](https://lists.gnu.org/archive/html/help-octave/).
+</div>
+
+
+#### Get [**commercial support**]({{ "commercial-support.html" | relative_url }})
+
+<div style="margin-left: 2em;" markdown="1">
+- Setup assistance
+- Custom feature implementation
+</div>
+
+
+#### Read the **GNU Octave Manual**
+
+<div style="margin-left: 2em;" markdown="1">
+- [Web version]({{ site.docs_url }})
+- [PDF version]({{ "octave.pdf" | relative_url }})
+- Type `doc` inside Octave
+</div>
+
+
+#### Browse the [Octave Wiki]({{ site.wiki_url }})
+
+<div style="margin-left: 2em;" markdown="1">
+- Read [Frequently Asked Questions (FAQ)]({{ site.faq_url }})
+</div>