Skip to content

Commit

Permalink
[~] Update the index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
toro-nicolas committed Jun 3, 2024
1 parent 71860e4 commit fc3a399
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Compilation](https://github.com/toro-nicolas/42sh/blob/main/README.md#compilation-%EF%B8%8F)
- [Documentation](https://github.com/toro-nicolas/42sh/blob/main/README.md#documentation-)
- [Code mandatory](https://github.com/toro-nicolas/42sh/blob/main/README.md#code-mandatory-)
- [What's next ?](https://github.com/toro-nicolas/42sh/blob/main/README.md#whats-next-)
- [What's next ?](https://github.com/toro-nicolas/42sh/blob/main/README.md#whats-next--)
- [Contributors](https://github.com/toro-nicolas/42sh/blob/main/README.md#contributors-)

## Description πŸ“
Expand Down
14 changes: 11 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<li><a href="#compilation-πŸ› οΈ">Compilation πŸ› οΈ</a></li>
<li><a href="#documentation-πŸ“š">Documentation πŸ“š</a></li>
<li><a href="#code-mandatory-πŸ“¦">Code mandatory πŸ“¦</a></li>
<li><a href="#whats-next--πŸš€">What’s next ? πŸš€</a></li>
<li><a href="#contributors-πŸ‘₯">Contributors πŸ‘₯</a></li>
</ul>
</li>
Expand All @@ -43,6 +44,7 @@ <h2 id="table-of-contents-πŸ“‘">Table of contents πŸ“‘</h2>
<li><a href="https://github.com/toro-nicolas/42sh/blob/main/README.md#compilation-%EF%B8%8F">Compilation</a></li>
<li><a href="https://github.com/toro-nicolas/42sh/blob/main/README.md#documentation-">Documentation</a></li>
<li><a href="https://github.com/toro-nicolas/42sh/blob/main/README.md#code-mandatory-">Code mandatory</a></li>
<li><a href="https://github.com/toro-nicolas/42sh/blob/main/README.md#whats-next--">What’s next ?</a></li>
<li><a href="https://github.com/toro-nicolas/42sh/blob/main/README.md#contributors-">Contributors</a></li>
</ul>
<h2 id="description-πŸ“">Description πŸ“</h2>
Expand All @@ -60,10 +62,9 @@ <h2 id="usage-βš”οΈ">Usage βš”οΈ</h2>
<p>For more information, please see the help section.</p>
<pre class=" language-sh"><code class="prism language-sh">&gt; ./42sh --help
USAGE
./42sh
./42sh [script]
./42sh ./42sh [script]
DESCRIPTION
A Unix shell based on TCSH.
A Unix shell based on TCSH.
You can execute the help command to see the list of available builtins.
</code></pre>
<h2 id="features-list-πŸ“‹">Features list πŸ“‹</h2>
Expand Down Expand Up @@ -337,6 +338,13 @@ <h2 id="code-mandatory-πŸ“¦">Code mandatory πŸ“¦</h2>
</li>
</ul>
<p><strong>Of course, in exceptional cases, we may depart from these rules.</strong></p>
<h2 id="whats-next--πŸš€">What’s next ? πŸš€</h2>
<ul>
<li>Fix the latest scripting problems</li>
<li>Fix final bugs in prompt and command writing</li>
<li>Add job controls (background process, ctrl + Z, …)</li>
<li>Add unit tests on each piece of code</li>
</ul>
<h2 id="contributors-πŸ‘₯">Contributors πŸ‘₯</h2>
<p>For this project, we were a group of <strong>5 people</strong>. Here are the people in the group:</p>
<ul>
Expand Down

0 comments on commit fc3a399

Please sign in to comment.