diff --git a/docs/blog/cannot-change-perf-event-paranoid.md b/docs/articles/cannot-change-perf-event-paranoid.md similarity index 100% rename from docs/blog/cannot-change-perf-event-paranoid.md rename to docs/articles/cannot-change-perf-event-paranoid.md diff --git a/docs/blog/config-apple-magic-keyboard-in-ubuntu.md b/docs/articles/config-apple-magic-keyboard-in-ubuntu.md similarity index 100% rename from docs/blog/config-apple-magic-keyboard-in-ubuntu.md rename to docs/articles/config-apple-magic-keyboard-in-ubuntu.md diff --git a/docs/blog/how-to-use-alembic.md b/docs/articles/how-to-use-alembic.md similarity index 100% rename from docs/blog/how-to-use-alembic.md rename to docs/articles/how-to-use-alembic.md diff --git a/docs/blog/memo.md b/docs/articles/memo.md similarity index 100% rename from docs/blog/memo.md rename to docs/articles/memo.md diff --git a/docs/blog/thrust-async.md b/docs/articles/thrust-async.md similarity index 100% rename from docs/blog/thrust-async.md rename to docs/articles/thrust-async.md diff --git a/docs/blog/thrust.md b/docs/articles/thrust.md similarity index 100% rename from docs/blog/thrust.md rename to docs/articles/thrust.md diff --git a/mkdocs.yml b/mkdocs.yml index 3489a0a..6c415f1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,10 +8,10 @@ nav: - OSS: - platanus: /platanus/ - 'ブログ': - - 'Thrustの非同期実行': ./blog/thrust-async.md - - 'Apple Magic Keyboardの設定': ./blog/config-apple-magic-keyboard-in-ubuntu.md - - 'Alembicの使い方': ./blog/how-to-use-alembic.md - - 'perf_event_paranoidを変更できない時の対処法': ./blog/cannot-change-perf-event-paranoid.md + - 'Thrustの非同期実行': ./articles/thrust-async.md + - 'Apple Magic Keyboardの設定': ./articles/config-apple-magic-keyboard-in-ubuntu.md + - 'Alembicの使い方': ./articles/how-to-use-alembic.md + - 'perf_event_paranoidを変更できない時の対処法': ./articles/cannot-change-perf-event-paranoid.md - 'CUDAプログラミングガイド 日本語解説': /cuda_programming_guide_jp/ not_in_nav: | thrust.md