OSDN Git Service

[clean] : Documents gathered in one place.
authorhayao <shun819.mail@gmail.com>
Wed, 4 Mar 2020 12:13:05 +0000 (21:13 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 4 Mar 2020 12:13:05 +0000 (21:13 +0900)
README.md
doc/Howtobuild_on_docker.md [moved from Howtobuild_on_docker.md with 100% similarity]
doc/README_jp.md [moved from README_jp.md with 95% similarity]
doc/Support_a_new_kernel.md [moved from support_a_new_kernel.md with 100% similarity]
doc/packages.md [moved from packages.d/Notes.md with 100% similarity]

index b5b59e0..0bebf57 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Base](https://img.shields.io/badge/BASE-ArchLinux-blue?style=for-the-badge&logo=arch-linux)](https://www.archlinux.org/)
 [![archiso](https://img.shields.io/badge/archiso--version-43--1-blue?style=for-the-badge&logo=appveyor)](https://git.archlinux.org/archiso.git/tag/?h=v43)
 
-| [日本語](README_jp.md) | [English](README.md) |
+| [日本語](doc/README_jp.md) | [English](README.md) |
 |:-----:|:-----:|
 
 ## Overview
@@ -63,7 +63,7 @@ cd alterlinux
 
 
 #### Build on container
-If you build on Docker, please refer to [this procedure](Howtobuild_on_docker.md).  
+If you build on Docker, please refer to [this procedure](doc/Howtobuild_on_docker.md).  
 
 ### build.sh options
 
@@ -154,6 +154,10 @@ zstd
     <compression-level> should be 1 .. 22 (default 15)
 ```
 
+## Documents
+- [About packages](doc/packages.md)
+- [How to build on docker](doc/Howtobuild_on_docker.md)
+- [How to add supporting a new kernel.](doc/Support_a_new_kernel.md)
 
 ## About SereneTeam and developers
 SereneTeam is a development team for a Linux distribution composed primarily of junior and senior high school students. Almost all are Japanese and there are a total of 24 members.  
similarity index 95%
rename from README_jp.md
rename to doc/README_jp.md
index 06d3c11..53eefec 100644 (file)
@@ -7,7 +7,7 @@
 [![Base](https://img.shields.io/badge/BASE-ArchLinux-blue?style=for-the-badge&logo=arch-linux)](https://www.archlinux.org/)
 [![archiso](https://img.shields.io/badge/archiso--version-43--1-blue?style=for-the-badge&logo=appveyor)](https://git.archlinux.org/archiso.git/tag/?h=v43)
 
-| [日本語](README_jp.md) | [English](README.md) |
+| [日本語](README_jp.md) | [English](../README.md) |
 |:-----:|:-----:|
 
 ## 概要
@@ -61,7 +61,7 @@ cd alterlinux
 ```
 
 #### コンテナ上でビルドする
-Dockerでビルドする場合は、[この手順](https://github.com/SereneTeam/alterlinux/blob/master/Howtobuild_on_docker.md)を参照してください。
+Dockerでビルドする場合は、[この手順](Howtobuild_on_docker.md)を参照してください。
 
 ### ビルドウィザード
 wizard.shを使用して簡単に思い通りの設定でビルドできます。bashで書かれていますのでターミナルから実行してください。  
@@ -162,6 +162,10 @@ zstd
     <compression-level> should be 1 .. 22 (default 15)
 ```
 
+## ドキュメント
+- [パッケージリストについての注意](packages.md)
+- [Docker上でビルドする方法](Howtobuild_on_docker.md)
+- [新しいカーネルを追加する方法](Support_a_new_kernel.md)
 
 ## SereneTeamと開発者について
 SereneTeamは主に中高生で構成されたLinuxディストリビューションの開発チームです。ほぼ全員が日本人で、メンバーは合計で24人います。  
similarity index 100%
rename from packages.d/Notes.md
rename to doc/packages.md