Skip to content

Commit

Permalink
docs: new repo (ChrisTitusTech#888)
Browse files Browse the repository at this point in the history
* Removes docs and mentions on readme

* Update README.md

* Update README.md

Co-authored-by: Adam Perkowski <[email protected]>

* Update linutil.yml

* Delete xtask.yml

* Update preview.yml

* Update README.md

---------

Co-authored-by: Chris Titus <[email protected]>
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
3 people authored and jeevithakannan2 committed Nov 11, 2024
1 parent 5962213 commit a6bd6ec
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 466 deletions.
89 changes: 0 additions & 89 deletions .github/mkdocs.yml

This file was deleted.

File renamed without changes
56 changes: 0 additions & 56 deletions .github/workflows/github-pages.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
- name: Generate preview
uses: charmbracelet/[email protected]
with:
path: "docs/assets/preview.tape"
path: ".github/preview.tape"

- name: Move preview
run: mv preview.gif docs/assets/preview.gif
run: mv preview.gif .github/preview.gif

- name: Create PR
uses: peter-evans/[email protected]
with:
commit-message: Preview for ${{ env.tag_name }}
file-pattern: "docs/assets/preview.gif"
file-pattern: ".github/preview.gif"
add-options: "--force"
token: ${{ secrets.PAT_TOKEN }}
branch: feature/preview-${{ env.tag_name }}
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/xtask.yml

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- TODO: crates.io package here + <br> -->
[![Crates.io Version](https://img.shields.io/crates/v/linutil_tui?style=for-the-badge&color=%23af3a03)](https://crates.io/crates/linutil_tui) [![linutil AUR Version](https://img.shields.io/aur/version/linutil?style=for-the-badge&label=%5BAUR%5D%20linutil&color=%23230567ff)](https://aur.archlinux.org/packages/linutil) [![linutil-bin AUR Version](https://img.shields.io/aur/version/linutil-bin?style=for-the-badge&label=%5BAUR%5D%20linutil-bin&color=%23230567ff)](https://aur.archlinux.org/packages/linutil-bin)

![Preview](docs/assets/preview.gif)
![Preview](/.github/preview.gif)

**Linutil** is a distro-agnostic toolbox designed to simplify everyday Linux tasks. It helps you set up applications and optimize your system for specific use cases. The utility is actively developed in Rust 🦀, providing performance and reliability.

Expand Down Expand Up @@ -128,13 +128,15 @@ If you find Linutil helpful, please consider giving it a ⭐️ to show your sup

## 🎓 Documentation

For comprehensive information on how to use Linutil, visit the [Linutil Official Documentation](https://christitustech.github.io/linutil/).
For comprehensive information on how to use Linutil, visit the [Linutil Official Documentation](https://chris-titus-docs.github.io/linutil-docs/).

## 🛠 Contributing

We welcome contributions from the community! Before you start, please review our [Contributing Guidelines](.github/CONTRIBUTING.md) to understand how to make the most effective and efficient contributions.

[Official LinUtil Roadmap](https://christitustech.github.io/linutil/roadmap)
[Official LinUtil Roadmap](https://chris-titus-docs.github.io/linutil-docs/roadmap/)

Docs are now [here](https://github.com/Chris-Titus-Docs/linutil-docs)

## 🏅 Thanks to All Contributors

Expand Down
4 changes: 0 additions & 4 deletions docs/KnownIssues.md

This file was deleted.

Binary file removed docs/assets/favicon.png
Binary file not shown.
89 changes: 0 additions & 89 deletions docs/assets/preview.tape

This file was deleted.

Loading

0 comments on commit a6bd6ec

Please sign in to comment.