Skip to content

Commit

Permalink
Deployed a7fbdf9 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlebreuil committed May 4, 2024
1 parent 4f93e53 commit d1ab91c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div data-md-component="skip">


<a href="#netbox-contract-documentation" class="md-skip">
<a href="#contract-pluggin" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -263,13 +263,13 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#netbox-contract-documentation" class="md-nav__link">
<a href="#contract-pluggin" class="md-nav__link">
<span class="md-ellipsis">
Netbox-contract documentation
Contract pluggin
</span>
</a>

<nav class="md-nav" aria-label="Netbox-contract documentation">
<nav class="md-nav" aria-label="Contract pluggin">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -388,13 +388,13 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#netbox-contract-documentation" class="md-nav__link">
<a href="#contract-pluggin" class="md-nav__link">
<span class="md-ellipsis">
Netbox-contract documentation
Contract pluggin
</span>
</a>

<nav class="md-nav" aria-label="Netbox-contract documentation">
<nav class="md-nav" aria-label="Contract pluggin">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -500,11 +500,13 @@

<h1>Introduction</h1>

<h2 id="netbox-contract-documentation">Netbox-contract documentation<a class="headerlink" href="#netbox-contract-documentation" title="Permanent link">&para;</a></h2>
<!-- BEGIN INCLUDE ../README.md -->
<h2 id="contract-pluggin">Contract pluggin<a class="headerlink" href="#contract-pluggin" title="Permanent link">&para;</a></h2>
<h3 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h3>
<p>The pluggin adds contracts and invoices model to Netbox.<br />
It allows to register contract with objects.<br />
Add invoices to contracts. </p>
Add invoices to contracts. </p>
<p>Check the <a href="https://mlebreuil.github.io/netbox-contract/">documentation</a> for additional information </p>
<h3 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">&para;</a></h3>
<h4 id="activate-venv">Activate venv<a class="headerlink" href="#activate-venv" title="Permanent link">&para;</a></h4>
<p>To ensure our plugin is accessible to the NetBox installation, we first need to activate the Python <a href="https://docs.python.org/3/library/venv.html">virtual environment</a> that was created when we installed NetBox. To do this, determine the virtual environment's path (this will be <code>/opt/netbox/venv/</code> if you use the documentation's defaults) and activate it:</p>
Expand Down Expand Up @@ -604,6 +606,7 @@ <h4 id="run-database-migrations">Run database migrations<a class="headerlink" hr
<span class="normal">2</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="o">(</span>venv<span class="o">)</span><span class="w"> </span>$<span class="w"> </span><span class="nb">cd</span><span class="w"> </span>/opt/netbox/netbox/
<span class="o">(</span>venv<span class="o">)</span><span class="w"> </span>$<span class="w"> </span>python3<span class="w"> </span>manage.py<span class="w"> </span>migrate
</code></pre></div></td></tr></table></div>
<!-- END INCLUDE -->



Expand Down
Loading

0 comments on commit d1ab91c

Please sign in to comment.