From 4e704e24e4787fb06b5000ed5edf3e761da8033b Mon Sep 17 00:00:00 2001 From: Yuya Asano <64895419+sukeya@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:13:20 +0900 Subject: [PATCH] rename the 'blog' directory to articles. Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com> --- .../cannot-change-perf-event-paranoid.md | 0 .../config-apple-magic-keyboard-in-ubuntu.md | 0 docs/{blog => articles}/how-to-use-alembic.md | 0 docs/{blog => articles}/memo.md | 0 docs/{blog => articles}/thrust-async.md | 0 docs/{blog => articles}/thrust.md | 0 mkdocs.yml | 8 ++++---- 7 files changed, 4 insertions(+), 4 deletions(-) rename docs/{blog => articles}/cannot-change-perf-event-paranoid.md (100%) rename docs/{blog => articles}/config-apple-magic-keyboard-in-ubuntu.md (100%) rename docs/{blog => articles}/how-to-use-alembic.md (100%) rename docs/{blog => articles}/memo.md (100%) rename docs/{blog => articles}/thrust-async.md (100%) rename docs/{blog => articles}/thrust.md (100%) 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