diff --git a/config.toml b/config.toml index 407496a..be22499 100644 --- a/config.toml +++ b/config.toml @@ -1138,15 +1138,25 @@ theme = "doc-theme" identifier = "datasheets@expansionboards@pyethernet" parent = "datasheets@boards" weight = 90 - - +[[menu.main]] + name = "Accessories" + url = "/datasheets/accessories/" + identifier = "datasheets@accessories" + parent = "datasheets" + weight = 40 +[[menu.main]] + name = "IP67 Case" + url = "/datasheets/accessories/ip67case/" + identifier = "datasheets@accessories@ip67case" + parent = "datasheets@accessories" + weight = 10 [[menu.main]] name = "Notes" url = "/datasheets/notes/" identifier = "datasheets@notes" parent = "datasheets" - weight = 40 + weight = 50 # firmware tool [[menu.main]] diff --git a/content/datasheets/accessories/_index.md b/content/datasheets/accessories/_index.md new file mode 100644 index 0000000..9e6d18d --- /dev/null +++ b/content/datasheets/accessories/_index.md @@ -0,0 +1,9 @@ +--- +title: "Accessories" +aliases: +--- + +This section contains the datasheets for the Pycom Accessories. + +## Accessories +- [IP67 Case](/datasheets/accessories/ip67case/) \ No newline at end of file diff --git a/content/datasheets/accessories/ip67case.md b/content/datasheets/accessories/ip67case.md new file mode 100644 index 0000000..e8c0645 --- /dev/null +++ b/content/datasheets/accessories/ip67case.md @@ -0,0 +1,12 @@ +--- +title: "IP67 Case" + +--- + +The IP67 case + +![](/gitbook/assets/accessories/ip67case.png) + +## Drawings + +You can find the drawings as a [PDF File](/gitbook/assets/accessories/Universal_IP67_Case_drawings.pdf) \ No newline at end of file diff --git a/content/products/_index.md b/content/products/_index.md index 30eeb3d..ade7f72 100644 --- a/content/products/_index.md +++ b/content/products/_index.md @@ -11,6 +11,8 @@ At Pycom, we manufacture and sell several different categories: * [OEM Modules](#oem-modules) * [Accessories](#accessories) +For more information about each, check out the [Product info, Datasheets](/datasheets/) + ## Development boards diff --git a/static/gitbook/assets/accessories/Universal_IP67_Case_drawings.pdf b/static/gitbook/assets/accessories/Universal_IP67_Case_drawings.pdf new file mode 100644 index 0000000..b0fa99e Binary files /dev/null and b/static/gitbook/assets/accessories/Universal_IP67_Case_drawings.pdf differ diff --git a/static/gitbook/assets/accessories/ip67case.png b/static/gitbook/assets/accessories/ip67case.png new file mode 100644 index 0000000..8752eff Binary files /dev/null and b/static/gitbook/assets/accessories/ip67case.png differ