You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gi...@apache.org on 2021/11/03 00:10:43 UTC

[incubator-nuttx-website] branch asf-site updated: Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: c52a0991977833553408ee3c09cddb6bc85125ff

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c2995b2  Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: c52a0991977833553408ee3c09cddb6bc85125ff
c2995b2 is described below

commit c2995b27249758db9f1720ba40febc730730db6e
Author: Xiang <xi...@xiaomi.com>
AuthorDate: Wed Nov 3 00:09:33 2021 +0000

    Publishing web: ea6fce84bf8202600a0318215864afe272c81f07 docs: c52a0991977833553408ee3c09cddb6bc85125ff
---
 content/docs/10.0.0/index.html                                   | 2 +-
 content/docs/10.0.1/index.html                                   | 2 +-
 content/docs/10.1.0/index.html                                   | 2 +-
 content/docs/latest/_sources/contributing/making-changes.rst.txt | 8 +++++---
 content/docs/latest/contributing/making-changes.html             | 8 +++++---
 content/docs/latest/index.html                                   | 2 +-
 content/feed.xml                                                 | 4 ++--
 7 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/content/docs/10.0.0/index.html b/content/docs/10.0.0/index.html
index b9da9ab..78894ae 100644
--- a/content/docs/10.0.0/index.html
+++ b/content/docs/10.0.0/index.html
@@ -207,7 +207,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 02 November 21 at 00:06</p>
+<p>Last Updated: 03 November 21 at 00:06</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/10.0.1/index.html b/content/docs/10.0.1/index.html
index f052920..045ba3d 100644
--- a/content/docs/10.0.1/index.html
+++ b/content/docs/10.0.1/index.html
@@ -213,7 +213,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 02 November 21 at 00:06</p>
+<p>Last Updated: 03 November 21 at 00:06</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/10.1.0/index.html b/content/docs/10.1.0/index.html
index 46f5809..afdb703 100644
--- a/content/docs/10.1.0/index.html
+++ b/content/docs/10.1.0/index.html
@@ -213,7 +213,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 02 November 21 at 00:07</p>
+<p>Last Updated: 03 November 21 at 00:07</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/docs/latest/_sources/contributing/making-changes.rst.txt b/content/docs/latest/_sources/contributing/making-changes.rst.txt
index 239433e..a3c1d75 100644
--- a/content/docs/latest/_sources/contributing/making-changes.rst.txt
+++ b/content/docs/latest/_sources/contributing/making-changes.rst.txt
@@ -44,15 +44,17 @@ Here's how to do it:
 
     .. code-block:: bash
 
-       $ git clone <your forked incubator-nuttx project clone url>
+       $ git clone <your forked incubator-nuttx project clone url> nuttx
+       $ cd nuttx
        $ git remote add upstream https://github.com/apache/incubator-nuttx.git
 
    Do the same for your forked ``incubator-nuttx-apps`` project:
 
     .. code-block:: bash
 
-       $ cd ../apps
-       $ git clone <your forked incubator-nuttx-apps project clone url>
+       $ cd ..
+       $ git clone <your forked incubator-nuttx-apps project clone url> apps
+       $ cd apps
        $ git remote add upstream https://github.com/apache/incubator-nuttx-apps.git
 
 #. Create a Local Git Branch
diff --git a/content/docs/latest/contributing/making-changes.html b/content/docs/latest/contributing/making-changes.html
index 731e484..cbe3d49 100644
--- a/content/docs/latest/contributing/making-changes.html
+++ b/content/docs/latest/contributing/making-changes.html
@@ -249,15 +249,17 @@ sign up.</p>
 <p>On the GitHub web page for your forked <code class="docutils literal notranslate"><span class="pre">incubator-nuttx</span></code> project, copy the clone url – get it by hitting the
 green <code class="docutils literal notranslate"><span class="pre">Clone</span> <span class="pre">or</span> <span class="pre">Download</span></code> button in the upper right. Then do this:</p>
 <blockquote>
-<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ git clone &lt;your forked incubator-nuttx project clone url&gt;
+<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ git clone &lt;your forked incubator-nuttx project clone url&gt; nuttx
+$ <span class="nb">cd</span> nuttx
 $ git remote add upstream https://github.com/apache/incubator-nuttx.git
 </pre></div>
 </div>
 </div></blockquote>
 <p>Do the same for your forked <code class="docutils literal notranslate"><span class="pre">incubator-nuttx-apps</span></code> project:</p>
 <blockquote>
-<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ <span class="nb">cd</span> ../apps
-$ git clone &lt;your forked incubator-nuttx-apps project clone url&gt;
+<div><div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ <span class="nb">cd</span> ..
+$ git clone &lt;your forked incubator-nuttx-apps project clone url&gt; apps
+$ <span class="nb">cd</span> apps
 $ git remote add upstream https://github.com/apache/incubator-nuttx-apps.git
 </pre></div>
 </div>
diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html
index 2285760..0111ab1 100644
--- a/content/docs/latest/index.html
+++ b/content/docs/latest/index.html
@@ -214,7 +214,7 @@ by following these <a class="reference internal" href="contributing/documentatio
 <div class="section" id="nuttx-documentation">
 <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1>
 <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p>
-<p>Last Updated: 02 November 21 at 00:07</p>
+<p>Last Updated: 03 November 21 at 00:07</p>
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Table of Contents</span></p>
 <ul class="current">
diff --git a/content/feed.xml b/content/feed.xml
index 1c7bf2a..412e702 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 02 Nov 2021 00:09:38 +0000</pubDate>
-    <lastBuildDate>Tue, 02 Nov 2021 00:09:38 +0000</lastBuildDate>
+    <pubDate>Wed, 03 Nov 2021 00:09:31 +0000</pubDate>
+    <lastBuildDate>Wed, 03 Nov 2021 00:09:31 +0000</lastBuildDate>
     <generator>Jekyll v3.8.5</generator>
     
       <item>