mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Home.markdown: remove handwritten navigation table
I thought the images looked kind of cheap, plus I had no icon for the plugin writer's guide, which made me sad. Plus it duplicated the generated subpages table, admittedly there should be a way to tell hotdoc "shut up for this page I'm making my own nav", but that is another subject.
This commit is contained in:
parent
68d733bec2
commit
70b736f436
7 changed files with 27 additions and 17 deletions
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
short-description: Deploy the SDK with your application
|
||||
...
|
||||
|
||||
# Deploying your application
|
||||
|
||||
Once the development of your application is finished, you will need to
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
short-description: GStreamer API reference
|
||||
...
|
||||
|
||||
# GStreamer reference
|
||||
|
||||
This is the complete documentation for the GStreamer API, automatically
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
# GStreamer documentation
|
||||
|
||||
## Welcome to the GStreamer documentation!
|
||||
## Welcome to the GStreamer SDK documentation!
|
||||
|
||||
FIXME: replace with documentation home page
|
||||
|
||||
| Section | |
|
||||
|--|--|
|
||||
| [![](attachments/download.png)](Installing+the+SDK.markdown) | [Download and install GStreamer](Installing+the+SDK.markdown) |
|
||||
| [![](attachments/tutorials.png)](Tutorials.markdown) | [Tutorials: Learn how to use the GStreamer SDK](Tutorials.markdown) |
|
||||
| [![](attachments/deploy.png)](Deploying+your+application.markdown) | [Deploy the SDK with your application](Deploying+your+application) |
|
||||
| [![](attachments/reference.png)](GStreamer+reference.markdown) | [GStreamer API reference](GStreamer+reference.markdown) |
|
||||
| [![](attachments/faq.png)](Frequently+Asked+Questions.markdown) | [Frequently Asked Questions](Frequently+Asked+Questions.markdown) |
|
||||
| [![](attachments/legal.png)](Legal+information.markdown) | [Patents, Licenses and legal F.A.Q.](Legal+information.markdown) |
|
||||
| [![](attachments/contact.png)](Contact.markdown) | [Community support, bug reporting...](Contact.markdown) |
|
||||
Feel free to jump straight to the download section, start practicing
|
||||
with the tutorials, or read the F.A.Q. if you don’t know what this is
|
||||
all about.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
short-description: Download and install GStreamer
|
||||
...
|
||||
|
||||
# Installing the SDK
|
||||
|
||||
## Choose your platform by clicking on the corresponding logo
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
short-description: Patents, Licenses and legal F.A.Q.
|
||||
...
|
||||
|
||||
# Legal information
|
||||
|
||||
# Installer, default installation
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
short-description: Learn how to use the GStreamer SDK
|
||||
...
|
||||
|
||||
# Tutorials
|
||||
|
||||
## Welcome to the GStreamer SDK Tutorials!
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
title: GStreamer Plugin Writer's Guide (1.9.0.1)
|
||||
title: GStreamer Plugin Writer's Guide
|
||||
short-description: Complete walkthrough for writing your very own GStreamer plugin
|
||||
...
|
||||
|
||||
# GStreamer Plugin Writer's Guide (1.9.0.1)
|
||||
|
||||
|
||||
|
||||
# GStreamer Plugin Writer's Guide
|
||||
|
|
Loading…
Reference in a new issue