Skip to content

Commit 6dc620d

Browse files
committed
Fix
1 parent dfd7149 commit 6dc620d

File tree

7 files changed

+11
-23
lines changed

7 files changed

+11
-23
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Pull requests are welcome. If you want to build the site yourself, to test your
1313

1414
TODO..
1515

16+
https://dotnet.github.io/docfx/tutorial/walkthrough/walkthrough_create_a_docfx_project.html
17+
1618
## License
1719
Robot Components
1820

Diff for: docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"files": [
21-
"examples/images/**",
21+
"examples/images/**.png",
2222
"examples/**.md",
2323
"examples/**/toc.yml",
2424
"toc.yml",

Diff for: docs/README.html

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ <h1 id="robot-components-api-documentation">Robot Components API Documentation</
7070
<p>Pull requests are welcome. If you want to build the site yourself, to test your changes before opening a pull request, then please check out the getting started guide below.</p>
7171
<h2 id="getting-started">Getting started</h2>
7272
<p>TODO..</p>
73+
<p><a href="https://dotnet.github.io/docfx/tutorial/walkthrough/walkthrough_create_a_docfx_project.html">https://dotnet.github.io/docfx/tutorial/walkthrough/walkthrough_create_a_docfx_project.html</a></p>
7374
<h2 id="license">License</h2>
7475
<p>Robot Components</p>
7576
<p>Copyright (c) 2018-2022 <a href="https://github.com/RobotComponents/RobotComponents/blob/master/AUTHORS.md">The Robot Components authors and / or their affiliations</a></p>

Diff for: docs/examples/intro.html

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<h1 id="introduction"><strong>Introduction</strong></h1>
7171

7272
<p>To this API documentation, two examples are added. Both examples generate the same RAPID code for the same use case. In the first example, the use of the API inside IronPython is demonstrated. The other example is written in the C# programming language. The IronPython and C# codes are also added to the collection with Grasshopper example files. In the example, the RAPID code is generated for a robot that follows a few curves on a free-formed surface. An image of the case is given below.</p>
73+
<p><a href="/images/api_example.png"></a></p>
7374
</article>
7475
</div>
7576

Diff for: docs/manifest.json

+4-22
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"output": {
1010
".html": {
1111
"relative_path": "README.html",
12-
"hash": "twJrnVQV/MaByDJpIM+5JO47kOd66rAdEKG5w0VQp9c="
12+
"hash": "t1QMqoOIVRUnkoMz2BbLOoMVwZcQ0DiKsiVk0xpofWg="
1313
}
1414
},
1515
"is_incremental": true,
@@ -1293,10 +1293,10 @@
12931293
"output": {
12941294
".html": {
12951295
"relative_path": "examples/intro.html",
1296-
"hash": "IU2ZvAyJc9WRmU83nhw4/ubM9TuLAiet0qgfwyr9By0="
1296+
"hash": "9ICACOR3XQ0Fnh4hALV4RuvBlOpzClrmZvjLiWl/hgI="
12971297
}
12981298
},
1299-
"is_incremental": false,
1299+
"is_incremental": true,
13001300
"version": ""
13011301
},
13021302
{
@@ -1323,17 +1323,6 @@
13231323
"is_incremental": false,
13241324
"version": ""
13251325
},
1326-
{
1327-
"type": "Resource",
1328-
"source_relative_path": "images/api_example.jpg",
1329-
"output": {
1330-
"resource": {
1331-
"relative_path": "images/api_example.jpg"
1332-
}
1333-
},
1334-
"is_incremental": false,
1335-
"version": ""
1336-
},
13371326
{
13381327
"type": "Conceptual",
13391328
"source_relative_path": "index.md",
@@ -1372,21 +1361,14 @@
13721361
"can_incremental": true,
13731362
"incrementalPhase": "build",
13741363
"total_file_count": 6,
1375-
"skipped_file_count": 5
1364+
"skipped_file_count": 6
13761365
},
13771366
"ManagedReferenceDocumentProcessor": {
13781367
"can_incremental": true,
13791368
"incrementalPhase": "build",
13801369
"total_file_count": 103,
13811370
"skipped_file_count": 103
13821371
},
1383-
"ResourceDocumentProcessor": {
1384-
"can_incremental": false,
1385-
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
1386-
"incrementalPhase": "build",
1387-
"total_file_count": 0,
1388-
"skipped_file_count": 0
1389-
},
13901372
"TocDocumentProcessor": {
13911373
"can_incremental": false,
13921374
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
File renamed without changes.

Diff for: examples/intro.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# **Introduction**
22

33
To this API documentation, two examples are added. Both examples generate the same RAPID code for the same use case. In the first example, the use of the API inside IronPython is demonstrated. The other example is written in the C# programming language. The IronPython and C# codes are also added to the collection with Grasshopper example files. In the example, the RAPID code is generated for a robot that follows a few curves on a free-formed surface. An image of the case is given below.
4+
5+
[](/images/api_example.png)

0 commit comments

Comments
 (0)