diff --git a/Writerside/gu.tree b/Writerside/gu.tree index 39689b4..67e5b2d 100644 --- a/Writerside/gu.tree +++ b/Writerside/gu.tree @@ -4,9 +4,9 @@ + start-page="Présentation.md"> - + diff --git a/Writerside/redirection-rules.xml b/Writerside/redirection-rules.xml index 9ecf8c7..47e4da6 100644 --- a/Writerside/redirection-rules.xml +++ b/Writerside/redirection-rules.xml @@ -10,4 +10,8 @@ " from Guide d'utilisation]]> Serge.html + + Created after removal of "About Guide d'utilisation" from Guide d'utilisation + starter-topic.html + \ No newline at end of file diff --git a/Writerside/topics/Présentation.md b/Writerside/topics/Présentation.md new file mode 100644 index 0000000..608600d --- /dev/null +++ b/Writerside/topics/Présentation.md @@ -0,0 +1,11 @@ +# Présentation + +Ce projet s'inscrit dans le cadre de la participation à la Coupe de France de Robotique. + +Le projet est séparé en deux parties : Le robot principal, Serge, et un PAMI, Pixel. + +Lors du temps imparti, qui est de 100 secondes maximum, ce robot affrontera un autre robot pour réaliser les mêmes +objectifs. + +Le robot principal a pour objectif principal de récupérer des plantes sur une table de jeux de 2 mètres par 3 mètres. +Par la suite, il devra les déplacer soit dans des zones de dépots au sol, soit dans des jardinières qui sont en hauteurs. \ No newline at end of file diff --git a/Writerside/topics/starter-topic.md b/Writerside/topics/starter-topic.md deleted file mode 100644 index 2b52f68..0000000 --- a/Writerside/topics/starter-topic.md +++ /dev/null @@ -1,79 +0,0 @@ -# About Guide d'utilisation - - - -## Add new topics -You can create empty topics, or choose a template for different types of content that contains some boilerplate structure to help you get started: - -![Create new topic options](new_topic_options.png){ width=290 }{border-effect=line} - -## Write content -%product% supports two types of markup: Markdown and XML. -When you create a new help article, you can choose between two topic types, but this doesn't mean you have to stick to a single format. -You can author content in Markdown and extend it with semantic attributes or inject entire XML elements. - -## Inject XML -For example, this is how you inject a procedure: - - - -

Start typing and select a procedure type from the completion suggestions:

- completion suggestions for procedure -
- -

Press Tab or Enter to insert the markup.

-
-
- -## Add interactive elements - -### Tabs -To add switchable content, you can make use of tabs (inject them by starting to type `tab` on a new line): - - - - ![Alt Text](new_topic_options.png){ width=450 } - - - - ]]> - - - -### Collapsible blocks -Apart from injecting entire XML elements, you can use attributes to configure the behavior of certain elements. -For example, you can collapse a chapter that contains non-essential information: - -#### Supplementary info {collapsible="true"} -Content under a collapsible header will be collapsed by default, -but you can modify the behavior by adding the following attribute: -`default-state="expanded"` - -### Convert selection to XML -If you need to extend an element with more functions, you can convert selected content from Markdown to semantic markup. -For example, if you want to merge cells in a table, it's much easier to convert it to XML than do this in Markdown. -Position the caret anywhere in the table and press Alt+Enter: - -Convert table to XML - -## Feedback and support -Please report any issues, usability improvements, or feature requests to our -YouTrack project -(you will need to register). - -You are welcome to join our -public Slack workspace. -Before you do, please read our [Code of conduct](https://plugins.jetbrains.com/plugin/20158-writerside/docs/writerside-code-of-conduct.html). -We assume that you’ve read and acknowledged it before joining. - -You can also always email us at [writerside@jetbrains.com](mailto:writerside@jetbrains.com). - - - - Markup reference - Reorder topics in the TOC - Build and publish - Configure Search - - \ No newline at end of file