mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-18 22:48:03 +00:00
Deployed 52e7ed5 with MkDocs version: 1.1.2
This commit is contained in:
@@ -1301,12 +1301,12 @@
|
||||
</ul>
|
||||
<h3 id="building-and-testing-locally">Building and testing locally</h3>
|
||||
<p>Run the following commands to build and view the site locally before opening a PR.</p>
|
||||
<div class="highlight"><pre><span></span><code>python3 -m venv .venv
|
||||
<span class="nb">source</span> .venv/bin/activate
|
||||
<pre><code>python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
mkdocs build
|
||||
mkdocs serve
|
||||
</code></pre></div>
|
||||
</code></pre>
|
||||
<h3 id="opening-a-pr">Opening a PR</h3>
|
||||
<p>Follow the <a href="https://guides.github.com/introduction/flow/">GitHub PR workflow</a> for your contributions.</p>
|
||||
<p>Fork this repo, create a feature branch, commit your changes and open a PR to this repo.</p>
|
||||
|
||||
Reference in New Issue
Block a user