Skip to content

cppmap/cppmap.docs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 24, 2023 17:26
October 2, 2019 22:47
March 5, 2019 17:26
September 27, 2021 02:09

C++ の歩き方 | CppMap (ソースコード)

ビルド済みの Web サイトは https://cppmap.github.io/ で閲覧できます。

どのようにコントリビュートするか

  • 誤字、情報、スタイルの修正
    • PR を送るか Issues に書き込んでください
  • 情報の追加
    • PR を送るか Issues に書き込んでください
  • 新規ページ
    • Issues で相談してください
  • リクエスト
    • Issues に書き込むか、管理者 @Reputeless にリプライを送ってください

コントリビューションが採用された方は、コントリビュータとして Web サイトに名前を掲載します。

ビルド方法

MKDocs のインストール

MkDocs を使います。
Python 3 をインストールし、MkDocs と MkDocs Material テーマ、fontawesome_markdown をインストールするために、以下のコマンドを実行します。

pip install mkdocs
pip install mkdocs-material
pip install fontawesome_markdown

ビルド

mkdocs.yml があるプロジェクトフォルダに移動し、以下のコマンドを実行すると Web サイトをビルドできます。

mkdocs build

ビルドされた Web サイトは ../cppmap.github.io ディレクトリに保存されます。

About

🗺️ Source code of "C++ の歩き方": C++20/23/26 resources written in Japanese.

Topics

Resources

License

Stars

Watchers

Forks