Skip to content

Commit

Permalink
Deploying to gh-pages from @ 026aecf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah629 committed Jul 9, 2023
1 parent 0e57d19 commit 2f05e8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,10 @@ <h2 id="feilds"><a class="header" href="#feilds">Feilds</a></h2>
<p>The build system is <code>walter</code>.<br />
The standard debugger is <code>jesse</code>.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="walter"><a class="header" href="#walter">Walter</a></h1>
<p>initializing a project</p>
<p>How to create a new project</p>
<ol>
<li>Navigate to your project folder in your command line.</li>
<li>Run <code>walter new</code> to initialize a new project.</li>
<li>Run <code>walter new &lt;PACKAGE_NAME&gt;</code> to initialize a new project, if you don't specify a name it is created in the current directory with the current directories name if it is empty.</li>
</ol>
<p>Default project structure</p>
<ul>
Expand All @@ -627,7 +627,7 @@ <h2 id="feilds"><a class="header" href="#feilds">Feilds</a></h2>
<p><code>src/main.rl</code> is the main build target.</p>
<p><code>walter.yml</code> should contain a <code>name</code> and <code>version</code> attribute, within double inverted commas.</p>
<pre><code class="language-redditlang">name: &quot;&lt;NAME&gt;&quot;
version: &quot;&lt;VERSION_NUMBER&quot;
version: &quot;&lt;SEMVER_VERSION_NUMBER&gt;&quot;
</code></pre>
<p>Building</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions walter.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ <h1 class="menu-title">The RedditLang Reference</h1>
<div id="content" class="content">
<main>
<h1 id="walter"><a class="header" href="#walter">Walter</a></h1>
<p>initializing a project</p>
<p>How to create a new project</p>
<ol>
<li>Navigate to your project folder in your command line.</li>
<li>Run <code>walter new</code> to initialize a new project.</li>
<li>Run <code>walter new &lt;PACKAGE_NAME&gt;</code> to initialize a new project, if you don't specify a name it is created in the current directory with the current directories name if it is empty.</li>
</ol>
<p>Default project structure</p>
<ul>
Expand All @@ -182,7 +182,7 @@ <h1 id="walter"><a class="header" href="#walter">Walter</a></h1>
<p><code>src/main.rl</code> is the main build target.</p>
<p><code>walter.yml</code> should contain a <code>name</code> and <code>version</code> attribute, within double inverted commas.</p>
<pre><code class="language-redditlang">name: &quot;&lt;NAME&gt;&quot;
version: &quot;&lt;VERSION_NUMBER&quot;
version: &quot;&lt;SEMVER_VERSION_NUMBER&gt;&quot;
</code></pre>
<p>Building</p>
<ul>
Expand Down

0 comments on commit 2f05e8f

Please sign in to comment.