Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 14, 2021
1 parent 2e7b462 commit 7e584c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
<img src="https://github.com/hahwul/gee/workflows/Build/badge.svg">
<img src="https://github.com/hahwul/gee/workflows/SAST/badge.svg">
<a href="https://twitter.com/intent/follow?screen_name=hahwul"><img src="https://img.shields.io/twitter/follow/hahwul?style=flat&logo=twitter"></a>
<a href="https://github.com/hahwul"><img src="https://img.shields.io/github/stars/hahwul?style=flat&logo=github"></a></a>
<a href="https://github.com/hahwul"><img src="https://img.shields.io/github/stars/hahwul?style=flat&logo=github"></a>
</p>

## 🔖 Introduction
Gee is tool of stdin to each files and stdout. It is similar to the tee command, but there are more functions for convenience. In addition, it was written as go. which provides output to stdout and files. In this process, it has various processing functions for lines such as replace, prefix, and suffix, so it can be used as a pipeline configuration or as a utility for testing. For more information, see the usage and case of study below!

## Showcase
17 changes: 17 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,20 @@ title: "gee"
remote_theme: pmarsceill/just-the-docs
color_scheme: "dark"
search_enabled: true
search:
heading_level: 2
previews: 2
preview_words_before: 3
preview_words_after: 3
tokenizer_separator: /[\s/]+/
rel_url: true
button: false
aux_links:
"GitHub Repository":
- "//github.com/hahwul/gee"
plugins:
- jekyll-seo-tag


#ga_tracking: UA-
#ga_tracking_anonymize_ip: true

0 comments on commit 7e584c1

Please sign in to comment.