Skip to content

Commit

Permalink
Update & publish new doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue Fire committed Sep 11, 2023
1 parent fa2e682 commit f7f6153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/main/_sources/development/style_guide.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands to ensure the code is conformant and to fix any easy formatting problem

```shell
flutter analyze
flutter format .
dart format .
```


Expand Down
2 changes: 1 addition & 1 deletion docs/main/development/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h3>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
<p>For a contribution to be accepted:</p>
<ul class="simple">
<li><p>Follow the <a class="reference external" href="https://docs.flame-engine.org/main/development/style_guide">Style Guide</a> when writing the code;</p></li>
<li><p>Format the code using <code class="docutils literal notranslate"><span class="pre">flutter</span> <span class="pre">format</span> <span class="pre">.</span></code>;</p></li>
<li><p>Format the code using <code class="docutils literal notranslate"><span class="pre">dart</span> <span class="pre">format</span> <span class="pre">.</span></code>;</p></li>
<li><p>Lint the code with <code class="docutils literal notranslate"><span class="pre">melos</span> <span class="pre">run</span> <span class="pre">analyze</span></code>;</p></li>
<li><p>Check that all tests pass: <code class="docutils literal notranslate"><span class="pre">melos</span> <span class="pre">run</span> <span class="pre">test</span></code>;</p></li>
<li><p>Documentation should always be updated or added (if applicable);</p></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/main/development/style_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h2>Code Formatting<a class="headerlink" href="#code-formatting" title="Permalin
<p>Most of the code formatting rules are enforced automatically via the linter. Run the following
commands to ensure the code is conformant and to fix any easy formatting problems:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>flutter<span class="w"> </span>analyze
flutter<span class="w"> </span>format<span class="w"> </span>.
dart<span class="w"> </span>format<span class="w"> </span>.
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit f7f6153

Please sign in to comment.