mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
include setup-instructions on dist index and repo pages.
This commit is contained in:
parent
8921917325
commit
d0b18bf94d
3 changed files with 8 additions and 25 deletions
|
|
@ -9,15 +9,14 @@ layout: default
|
|||
{% assign domain = repo_info.domain | default: site.apt.domain %}
|
||||
{% assign list = site.packages | where: 'Repo', repo | where: 'Archive', dist %}
|
||||
|
||||
<p>
|
||||
NOTE: If this is your first time here, you need to do some configurations before you can use this repository.
|
||||
Please read the <a target="_blank" href="{{ "/#setup" | absolute_url }}">instructions</a>.
|
||||
</p>
|
||||
|
||||
<h2>{{ repo }} - {{ dist }}</h2>
|
||||
|
||||
<p>{{ repo_info.description }}</p>
|
||||
|
||||
{% include setup-instructions.html repo=repo distribution=dist collapse=true %}
|
||||
|
||||
<h2>Packages</h2>
|
||||
|
||||
{% for component in site.apt.components %}
|
||||
|
||||
<h3>{{ component }}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue