Skip to content

Commit

Permalink
#138 ビルドプロセスにDocFXを追加。また、確認用にDocFX Serverを外部ツールとして追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
shimodateakira committed Jul 31, 2024
1 parent c176083 commit 54321ca
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@
</EmbeddedResource>
</ItemGroup>

<Target Name="GenerateDocumentation" AfterTargets="Build">
<Exec WorkingDirectory="$(SolutionDir)docs" Command="docfx metadata" />
<Exec WorkingDirectory="$(SolutionDir)docs" Command="docfx build" />
</Target>

</Project>
Binary file modified docs/_site/api/toc.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<title>This is the HOMEPAGE. | AkiraNetwork </title>
<title>AkiraNetwork HOMEPAGE. | AkiraNetwork </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="This is the HOMEPAGE. | AkiraNetwork ">
<meta name="title" content="AkiraNetwork HOMEPAGE. | AkiraNetwork ">


<link rel="icon" href="favicon.ico">
Expand Down Expand Up @@ -71,7 +71,7 @@
</div>

<article data-uid="">
<h1 id="this-is-the-homepage">This is the <strong>HOMEPAGE</strong>.</h1>
<h1 id="akiranetwork-homepage"><strong>AkiraNetwork HOMEPAGE</strong>.</h1>

<p>Refer to <a href="http://daringfireball.net/projects/markdown/">Markdown</a> for how to write markdown files.</p>
<h2 id="quick-start-notes">Quick Start Notes:</h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/_site/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
},
"index.html": {
"href": "index.html",
"title": "This is the HOMEPAGE. | AkiraNetwork",
"keywords": "This is the HOMEPAGE. Refer to Markdown for how to write markdown files. Quick Start Notes: Add images to the images folder if the file is referencing an image."
"title": "AkiraNetwork HOMEPAGE. | AkiraNetwork",
"keywords": "AkiraNetwork HOMEPAGE. Refer to Markdown for how to write markdown files. Quick Start Notes: Add images to the images folder if the file is referencing an image."
},
"introduction.html": {
"href": "introduction.html",
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"source_base_path": "C:/Users/shimo/source/repos/shimodateakira/VirtualStorageLibrary/docs",
"source_base_path": "C:/Users/shimo/Source/Repos/shimodateakira/VirtualStorageLibrary/docs",
"xrefmap": "xrefmap.yml",
"files": [
{
Expand Down
Binary file modified docs/_site/toc.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
_layout: landing
---

# This is the **HOMEPAGE**.
# **AkiraNetwork HOMEPAGE**.

Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.

## Quick Start Notes:

1. Add images to the *images* folder if the file is referencing an image.
1. Add images to the *images* folder if the file is referencing an image.

0 comments on commit 54321ca

Please sign in to comment.