mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for about
This commit is contained in:
parent
168ef52724
commit
74c706b61f
3 changed files with 40 additions and 8 deletions
|
@ -8,6 +8,8 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for side">
|
||||
<change afterPath="$PROJECT_DIR$/docs/screenhots/index.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/mkdocs.yml" beforeDir="false" afterPath="$PROJECT_DIR$/mkdocs.yml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -79,13 +81,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1670414596656</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02167" summary="Updated for install">
|
||||
<created>1686562185263</created>
|
||||
<option name="number" value="02167" />
|
||||
<option name="presentableId" value="LOCAL-02167" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686562185263</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02168" summary="Updated for install">
|
||||
<created>1686562197344</created>
|
||||
<option name="number" value="02168" />
|
||||
|
@ -422,7 +417,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1686589358542</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2216" />
|
||||
<task id="LOCAL-02216" summary="Updated for side">
|
||||
<created>1686589463913</created>
|
||||
<option name="number" value="02216" />
|
||||
<option name="presentableId" value="LOCAL-02216" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686589463913</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2217" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.History.Properties">
|
||||
|
|
28
docs/screenhots/index.md
Normal file
28
docs/screenhots/index.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
### Screenshots
|
||||
|
||||
```
|
||||
$ slpkg repo-info
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900" title="slpkg repo-info">
|
||||
|
||||
```
|
||||
$ slpkg install lilv --repository=alien
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install.png" width="900" title="slpkg install">
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install_done.png" width="900" title="slpkg install">
|
||||
|
||||
```
|
||||
$ slpkg remove lilv
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove.png" width="900" title="slpkg remove">
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove_done.png" width="900" title="slpkg remove">
|
||||
|
||||
```
|
||||
$ slpkg dependees --pkg-version --full-reverse greenlet
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_dependees.png" width="900" title="slpkg dependees">
|
||||
|
||||
```
|
||||
$ slpkg tracking --pkg-version Flask awscli pychess
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_tracking.png" width="900" title="slpkg tracking">
|
|
@ -9,6 +9,8 @@ site_dir: public
|
|||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- About:
|
||||
- Screenshots: 'screenshots/index.md'
|
||||
- Install: 'install.md'
|
||||
- Repositories: 'repositories.md'
|
||||
- Issues: 'issues.md'
|
||||
|
|
Loading…
Reference in a new issue