Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f437ff1

Browse files
committedNov 27, 2015
update webpage
1 parent c0b6c31 commit f437ff1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3158
-135
lines changed
 

‎docs/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM openfpgaduino/openfpgaduino
2+
MAINTAINER Zhizhou Li <lzz@meteroi.com>
3+
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/gcc/bin:/altera/14.1/quartus/bin:/altera/14.1/quartus/sopc_builder/bin
4+
RUN git clone https://github.com/OpenFPGAduino/docs.git
5+
RUN cd docs; make clean; make

‎docs/file_name_should_be_unique.html

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<body>
4141

4242

43-
<div class="book" data-level="3.3.1" data-basepath="." data-revision="Sun Oct 25 2015 15:37:02 GMT+0800 (CST)">
43+
<div class="book" data-level="3.3.1" data-basepath="." data-revision="Fri Nov 27 2015 23:27:02 GMT+0800 (CST)">
4444

4545

4646
<div class="book-summary">
@@ -710,15 +710,45 @@
710710

711711
</li>
712712

713-
<li class="chapter " data-level="3.9" data-path="the_software/sdcard.html">
713+
<li class="chapter " data-level="3.9" data-path="the_software/arduinojside.html">
714714

715715

716-
<a href="./the_software/sdcard.html">
716+
<a href="./the_software/arduinojside.html">
717717

718718
<i class="fa fa-check"></i>
719719

720720
<b>3.9.</b>
721721

722+
ArduinojsIDE
723+
</a>
724+
725+
726+
</li>
727+
728+
<li class="chapter " data-level="3.10" data-path="the_software/arduinojs.html">
729+
730+
731+
<a href="./the_software/arduinojs.html">
732+
733+
<i class="fa fa-check"></i>
734+
735+
<b>3.10.</b>
736+
737+
Arduinojs
738+
</a>
739+
740+
741+
</li>
742+
743+
<li class="chapter " data-level="3.11" data-path="the_software/sdcard.html">
744+
745+
746+
<a href="./the_software/sdcard.html">
747+
748+
<i class="fa fa-check"></i>
749+
750+
<b>3.11.</b>
751+
722752
SDcard
723753
</a>
724754

0 commit comments

Comments
 (0)
Please sign in to comment.