Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cable8mm/stack
Startup and Laravel(Korean) - gitbook document repository
https://github.com/cable8mm/stack
blog development gitbook guidelines startup
Last synced: about 2 months ago
JSON representation
Startup and Laravel(Korean) - gitbook document repository
- Host: GitHub
- URL: https://github.com/cable8mm/stack
- Owner: cable8mm
- Created: 2020-06-04T05:37:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T13:29:09.000Z (11 months ago)
- Last Synced: 2024-02-11T10:29:53.850Z (11 months ago)
- Topics: blog, development, gitbook, guidelines, startup
- Homepage: https://stack.palgle.com
- Size: 16.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Introduction
[![Markdown Validate](https://github.com/cable8mm/stack/actions/workflows/markdown-validate.yml/badge.svg)](https://github.com/cable8mm/stack/actions/workflows/markdown-validate.yml)
[![Check Markdown links](https://github.com/cable8mm/stack/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/cable8mm/stack/actions/workflows/markdown-link-check.yml)
![GitHub Release](https://img.shields.io/github/v/release/cable8mm/stack)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/cable8mm/stack/latest)
![GitHub contributors](https://img.shields.io/github/contributors/cable8mm/stack)
[![CC BY 4.0][cc-by-shield]][cc-by][cc-by]: https://creativecommons.org/licenses/by/2.0/kr/deed.ko
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg편하게 글을 읽으시려면 깃북으로 오세요 : [Gitbook](https://stack.palgle.com)
```php
away('https://stack.palgle.com');
```For issue : [Github](https://github.com/cable8mm/stack/issues)
```php
group(function () {
Route::redirect('/question', '/cable8mm/stack/issues');
Route::redirect('/edit-or-write', '/cable8mm/stack/pulls');
});
```## 기여하기
기여하는 방법은 두가지가 있습니다. 본 레포지토리에 멤버로 참여하거나 본 레포지토리를 fork 한 후 PR로 글을 기여 할 수 있습니다.
멤버라면,
```sh
git clone https://github.com/cable8mm/stack.gitcd stack
git checkout -b
```후에 branch를 만들어서 레포지토리에 푸쉬 합니다.
```sh
git push
```머지를 통해서 본 레포지토리에 적용되면 자동으로 깃북은 업데이트 됩니다.
## 마크다운 문법 지키기와 링크 검사
본 레포지토리에 PR을 만들어서 푸쉬를 할 경우 마크다운 문법과 링크 검사가 자동으로 이루어 집니다. 효율을 위해서 아래의 방법으로 로컬 컴퓨터에서도 이 둘을 진행할 수 있습니다.
```sh
brew install markdownlint-climarkdownlint-cli2 --config .markdownlint.json --fix "docs/**/*.md"
``````sh
npm install -g markdown-link-checkfind . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -c mlc_config.json
```## License
This work is licensed under a [Creative Commons Attribution 4.0 International License][cc-by].
[![CC BY 4.0][cc-by-image]][cc-by]