Commit 7afc4a81 authored by carlosperate's avatar carlosperate

Update the build file for the static documentation from GitHub Wiki.

parent 67787801
...@@ -99,7 +99,7 @@ TestTemp_* ...@@ -99,7 +99,7 @@ TestTemp_*
ardublockly_run.* ardublockly_run.*
# The documentation is built with the GitHub wiki data # The documentation is built with the GitHub wiki data
/Documentation /docs
package/ardublocklydocs/site package/ardublocklydocs/site
# Materialize uncompress source # Materialize uncompress source
......
Subproject commit 11b6f7a8aee84b97b7b15d6adc053ed9fe588bd6 Subproject commit a677d6c7a1b209b2deaf8be12ed744a91c8ab8d6
site_name: 'Ardublockly Documentation' site_name: 'Ardublockly Documentation'
site_url: http://ardublockly.embeddedlog.com
repo_url: http://github.com/carlosperate/ardublockly/wiki
site_description: Visual programming for Arduino.
site_author: carlosperate
site_dir: ../../docs
docs_dir: 'ardublockly.wiki' docs_dir: 'ardublockly.wiki'
theme: 'readthedocs' theme: 'readthedocs'
# It is IMPERATIVE to leave this property to the end without anything after it. # It is IMPERATIVE to leave this property to the end without anything after it.
# This is because the build file will delete everything after this line and # This is because the build file will delete everything after this line and
# replace it with newly generated data. # replace it with newly generated data.
pages: pages:
- ['Compiler-Settings.md', 'Compiler Settings'] - Home: 'home.md'
- ['Configure-Ardublockly.md', 'Configure Ardublockly'] - Quick Start: 'Quick-Start.md'
- ['Git-settings.md', 'Git settings'] - User Guide:
- ['Home.md', 'Home'] - Installing Ardublockly: 'Installing-Ardublockly.md'
- ['Installing-Ardublockly.md', 'Installing Ardublockly'] - Configure Ardublockly: 'Configure-Ardublockly.md'
- Arduino Compiler Settings: 'Arduino-Compiler-Settings.md'
- Developer Guide:
- Building Ardublockly: 'Building-Ardublockly.md'
- FAQs: 'FAQs.md'
- About:
- About Ardublocly: 'About.md'
- License: 'License.md'
- Credits: 'Credits.md'
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment