Skip to content

Commit fae8634

Browse files
committed
Update readme for release v1.1
1 parent a67a5ff commit fae8634

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@
22

33
Demonstrates how to create a custom content generator for Tech Doc schema elements.
44

5-
## Project Details
5+
## How It Works
66

7-
See [TESTSTATUS file](./TESTSTATUS.md) for latest testing information.
7+
![Customized ItemInfo Element](./Screenshots/catalog-in-editor.png)
88

9-
#### Built Using:
10-
Aras 11.0 SP9
9+
The project's import package adds a new content generator method for the ItemInfo schema element, replacing the out-of-the-box implementation. The new content generator method, `labs_ItemInfoContentGenerator`, populates every new ItemInfo element with the name, description, cost, major revision/generation, state, and created date for the selected assembly (Part item). The method also adds the assembly's BOM in a tabular layout.
1110

12-
#### Versions Tested:
13-
Aras 11.0 SP9 (open release)
11+
## History
1412

15-
#### Browsers Tested:
16-
Firefox 38 ESR
13+
This project and the following release notes have been migrated from the old Aras Projects page.
1714

18-
> Though built and tested using Aras 11.0 SP9, this project should function in older releases of Aras 11.0.
15+
Release | Notes
16+
--------|--------
17+
[v1.1](https://github.com/ArasLabs/custom-tech-docs/releases/tag/v1.1) | Fixes an import error.
18+
[v1.0](https://github.com/ArasLabs/custom-tech-docs/releases/tag/v1.0) | First release. Though built and tested using Aras 11.0 SP9, this project may function in older releases of Aras 11.0.
1919

20-
## How It Works
20+
#### Supported Aras Versions
2121

22-
![Customized ItemInfo Element](./Screenshots/catalog-in-editor.png)
23-
24-
The project's import package adds a new content generator method for the ItemInfo schema element, replacing the out-of-the-box implementation. The new content generator method, `labs_ItemInfoContentGenerator`, populates every new ItemInfo element with the name, description, cost, major revision/generation, state, and created date for the selected assembly (Part item). The method also adds the assembly's BOM in a tabular layout.
22+
Project | Aras
23+
--------|------
24+
[v1.1](https://github.com/ArasLabs/custom-tech-docs/releases/tag/v1.1) | 11.0 SP9
25+
[v1.0](https://github.com/ArasLabs/custom-tech-docs/releases/tag/v1.0) | 11.0 SP9
2526

2627
## Installation
2728

0 commit comments

Comments
 (0)