-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #261 from bearsunday/1page-order
Sort one-page manuals according to section order
- Loading branch information
Showing
107 changed files
with
107 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
# This script is used to serve the Jekyll site locally with automatic rebuilding. | ||
docker compose up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
# This script is used to serve the Jekyll site locally with automatic rebuilding. | ||
# 'bundle exec' ensures we're using the correct versions of each gem according to our Gemfile.lock. | ||
# 'jekyll serve' starts a Jekyll development server. | ||
# '--watch' option automatically rebuilds the site when files are modified. | ||
bundle exec jekyll serve --watch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
index | ||
version | ||
quick-start | ||
tutorial | ||
tutorial2 | ||
package | ||
application | ||
module | ||
di | ||
aop | ||
resource | ||
resource_param | ||
resource_link | ||
resource_renderer | ||
router | ||
production | ||
import | ||
database | ||
validation | ||
html | ||
form | ||
content-negotiation | ||
hypermedia-api | ||
psr7 | ||
js-ui | ||
stream | ||
cache | ||
swoole | ||
coding-guide | ||
types | ||
test | ||
examples | ||
attribute | ||
apidoc |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
mv index.md 10.index.md | ||
mv version.md 20.version.md | ||
mv quick-start.md 30.quick-start.md | ||
mv tutorial.md 40.tutorial.md | ||
mv tutorial2.md 50.tutorial2.md | ||
mv package.md 60.package.md | ||
mv application.md 70.application.md | ||
mv module.md 80.module.md | ||
mv di.md 90.di.md | ||
mv aop.md 100.aop.md | ||
mv resource.md 110.resource.md | ||
mv resource_param.md 120.resource_param.md | ||
mv resource_link.md 130.resource_link.md | ||
mv resource_renderer.md 140.resource_renderer.md | ||
mv router.md 150.router.md | ||
mv production.md 160.production.md | ||
mv import.md 170.import.md | ||
mv database.md 180.database.md | ||
mv validation.md 190.validation.md | ||
mv html.md 200.html.md | ||
mv form.md 210.form.md | ||
mv content-negotiation.md 220.content-negotiation.md | ||
mv hypermedia-api.md 230.hypermedia-api.md | ||
mv psr7.md 240.psr7.md | ||
mv js-ui.md 250.js-ui.md | ||
mv stream.md 260.stream.md | ||
mv cache.md 270.cache.md | ||
mv swoole.md 280.swoole.md | ||
mv coding-guide.md 290.coding-guide.md | ||
mv types.md 300.types.md | ||
mv test.md 310.test.md | ||
mv examples.md 320.examples.md | ||
mv attribute.md 330.attribute.md | ||
mv apidoc.md 340.apidoc.md | ||
mv aaas.md 171.aaas.md | ||
mv database_aura.md 181.database.aura.md | ||
mv database_cake.md 182.database.cake.md | ||
mv database_dbal.md 183.database.dbal.md | ||
mv database_media.md 184.database.media.md | ||
mv databasev1.md 185.databasev1.md | ||
mv html-qiq.md 201.html-qiq.md | ||
mv html-twig-v1.md 202.html-twig-v1.md | ||
mv html-twig-v2.md 203.html-twig-v2.md | ||
mv resource_bp.md 121.resource_bp.md | ||
mv resource_cache.md 122.resource_cache.md | ||
mv request.md 151.request.md | ||
mv api_tutorial.md 231.api_tutorial.md |
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
# 対象のディレクトリ | ||
dir="1.0/en" | ||
|
||
# フォルダリストを保存するファイル | ||
output_file="folders.txt" | ||
|
||
# ディレクトリ内のサブフォルダをリストアップしてファイルに保存 | ||
find "$dir" -mindepth 1 -maxdepth 1 -type d | sort > "$output_file" |