docs: improve headers, use flag emojis for translations (#370)

This commit is contained in:
Derek Willian Stavis 2016-07-24 01:25:01 -03:00 committed by GitHub
parent 1d0e9aa4c7
commit 7c3db938c2
11 changed files with 71 additions and 111 deletions

View File

@ -1,22 +1,18 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a> # Contributing
</div>
> Oh My Fish Documentation
<br> <br>
<p align="center"> ## Summary
<b><a href="#issues">Issues</a></b>
|
<b><a href="#package-repositories">Packages</a></b>
|
<b><a href="#commit-messages">Commit Messages</a></b>
|
<b><a href="#code-style">Code Style</a></b>
</p>
# Contributing * [Issues](#issues)
* [Packages](#package-repositories)
* [Commit Messages](#commit-messages)
* [Code Style](#code-style)
Thanks for taking the time to read this guide and please _do_ contribute to Oh My Fish. This is an open initiative and _everyone_ is welcome. :metal: Thanks for taking the time to read this guide and please _do_ contribute to Oh My Fish. This is an open initiative and _everyone_ is welcome. :metal:

View File

@ -8,13 +8,11 @@
Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use. Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use.
<br><br> > Also in&nbsp;
> <a href="docs/ru-RU/README.md">🇷🇺</a>
> <a href="docs/zh-CN/README.md">🇨🇳</a>
<p align="center"> <br>
<b>English</b> &bull;
<a href="docs/zh-CN">简体中文</a> &bull;
<a href="docs/ru-RU">Русский</a>
</p>
## Installation ## Installation

View File

@ -1,20 +1,14 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a>
</div>
<br>
<p align="center">
<b>English</b> &bull;
<a href="../zh-CN/FAQ.md">简体中文</a> &bull;
<a href="../ru-RU/FAQ.md">Русский</a>
</p>
# FAQ # FAQ
> Oh My Fish Documentation&nbsp;&bull;&nbsp;Also in
> <a href="../ru-RU/FAQ.md">🇷🇺</a>
> <a href="../zh-CN/FAQ.md">🇨🇳</a>
<br>
Thanks for taking the time to read this FAQ. Feel free to create a new issue if your question is not answered here. Thanks for taking the time to read this FAQ. Feel free to create a new issue if your question is not answered here.

View File

@ -1,17 +1,14 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a> # Packages
</div>
> Oh My Fish Documentation&nbsp;&bull;&nbsp;Also in
> <a href="../ru-RU/Packages.md">🇷🇺</a>
> <a href="../zh-CN/Packages.md">🇨🇳</a>
<br> <br>
<p align="center">
<b>English</b> &bull;
<a href="../zh-CN/Packages.md">简体中文</a> &bull;
<a href="../ru-RU/Packages.md">Русский</a>
</p>
# Creating # Creating
To learn package creation let's create a new package that will provide a `hello_world` command for your shell. Package names may only contain lowercase letters and hyphens to separate words. To learn package creation let's create a new package that will provide a `hello_world` command for your shell. Package names may only contain lowercase letters and hyphens to separate words.

View File

@ -1,21 +1,14 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a>
</div>
<br>
<p align="center">
<a href="../en-US/FAQ.md">English</a> &bull;
<a href="../zh-CN/FAQ.md">简体中文</a> &bull;
<b>Русский</b>
</p>
# FAQ # FAQ
> Oh My Fish Documentation&nbsp;&bull;&nbsp;Also in
> <a href="../en-US/FAQ.md">🇺🇸</a>
> <a href="../zh-CN/FAQ.md">🇨🇳</a>
<br>
Спасибо, что нашли время прочитать этот FAQ. Не стесняйтесь создавать новый Issue, если вы не нашли тут ответ на свой вопрос. Спасибо, что нашли время прочитать этот FAQ. Не стесняйтесь создавать новый Issue, если вы не нашли тут ответ на свой вопрос.

View File

@ -1,16 +1,11 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a>
</div>
<br> # Packages
<p align="center"> > Oh My Fish Documentation&nbsp;&bull;&nbsp;Also in
<a href="../en-US/Packages.md">English</a> &bull; > <a href="../en-US/Packages.md">🇺🇸</a>
<a href="../zh-CN/Packages.md">简体中文</a> &bull; > <a href="../zh-CN/Packages.md">🇨🇳</a>
<b>Русский</b>
</p>
# Создание # Создание

View File

@ -5,16 +5,13 @@
[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE.md) [![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) [![Travis Build Status](http://img.shields.io/travis/oh-my-fish/oh-my-fish.svg?style=flat-square)](https://travis-ci.org/oh-my-fish/oh-my-fish) [![Slack Status](https://oh-my-fish-slack.herokuapp.com/badge.svg)](https://oh-my-fish-slack.herokuapp.com) [![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE.md) [![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) [![Travis Build Status](http://img.shields.io/travis/oh-my-fish/oh-my-fish.svg?style=flat-square)](https://travis-ci.org/oh-my-fish/oh-my-fish) [![Slack Status](https://oh-my-fish-slack.herokuapp.com/badge.svg)](https://oh-my-fish-slack.herokuapp.com)
Oh My Fish обеспечивает базовую инфраструктуру, чтобы обеспечить установку пакетов которые расширяют и модифицируют внешний вид вашей оболочки. Он быстрый, расширяемый и легкий в использовании. Oh My Fish обеспечивает базовую инфраструктуру, чтобы обеспечить установку пакетов которые расширяют и модифицируют внешний вид вашей оболочки. Он быстрый, расширяемый и легкий в использовании.
<br><br> > Also in&nbsp;
> <a href="../../README.md">🇺🇸</a>
> <a href="../zh-CN/README.md">🇨🇳</a>
<p align="center"> <br>
<a href="../../README.md">English</a> &bull;
<a href="../zh-CN">简体中文</a> &bull;
<b>Русский</b>
</p>
# Установка # Установка

View File

@ -1,19 +1,14 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a>
</div>
<br>
<p align="center">
<a href="../en-US/FAQ.md">English</a> &bull;
<b>简体中文</b> &bull;
<a href="../ru-RU/FAQ.md">Русский</a>
</p>
# FAQ # FAQ
> Oh My Fish Documentation&nbsp;&bull;&nbsp;Also in
> <a href="../en-US/FAQ.md">🇺🇸</a>
> <a href="../ru-RU/FAQ.md">🇷🇺</a>
<br>
感谢您花一些时间来阅读 FAQ。如果没有从下面找到你想问的问题欢迎给我们提交新的问题(Issue)。 感谢您花一些时间来阅读 FAQ。如果没有从下面找到你想问的问题欢迎给我们提交新的问题(Issue)。

View File

@ -1,17 +1,14 @@
<div align="center"> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<a href="http://github.com/oh-my-fish/oh-my-fish"> <img align="left" width="0" height="128px"/>
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
</a> # Packages
</div>
> Oh My Fish Documentation&nbsp;&bull;&nbsp;Also in
> <a href="../en-US/Packages.md">🇺🇸</a>
> <a href="../ru-RU/Packages.md">🇷🇺</a>
<br> <br>
<p align="center">
<a href="../en-US/Packages.md">English</a> &bull;
<b>简体中文</b> &bull;
<a href="../ru-RU/Packages.md">Русский</a>
</p>
# 创建插件或主题 # 创建插件或主题
本教程通过创建一个简单的 `hello_world` 让我们一起来学习,插件名通常仅接受小写英文字母和连字符分割每个单词。 本教程通过创建一个简单的 `hello_world` 让我们一起来学习,插件名通常仅接受小写英文字母和连字符分割每个单词。

View File

@ -7,13 +7,11 @@
Oh My Fish 提供核心基础设施的配置,允许每个人可以轻松安装插件或随心所欲更换 Shell 外观样式,它的速度敏捷和可扩展性让你**如鱼得水**。 Oh My Fish 提供核心基础设施的配置,允许每个人可以轻松安装插件或随心所欲更换 Shell 外观样式,它的速度敏捷和可扩展性让你**如鱼得水**。
<br><br> > Also in&nbsp;
> <a href="../../README.md">🇺🇸</a>
> <a href="../ru-RU/README.md">🇷🇺</a>
<p align="center"> <br>
<a href="../../README.md">English</a> &bull;
<b>简体中文</b> &bull;
<a href="../ru-RU/README.md">Русский</a>
</p>
# 安装 # 安装

View File

@ -1,10 +1,10 @@
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/> <img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
<img align="left" width="0" height="128px"/> <img align="left" width="0" height="128px"/>
> Oh My Fish Documentation
# Core Library # Core Library
> Oh My Fish Documentation
<br> <br>
#### `require` _`[--no-bundle] <name>...`_ #### `require` _`[--no-bundle] <name>...`_