Skip to content

Commit 3330a67

Browse files
update api.json with last changes to text box, and add CI check for docs on pull requests
1 parent 4cf3492 commit 3330a67

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.github/workflows/build-doc-site.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
branches:
8+
- main
69
jobs:
710
build:
811
runs-on: ubuntu-latest

doc/mkdocs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nav:
3838
- GLES Surface: 'api/Graphics/GLES Surface.md'
3939
- UI: 'api/UI.md'
4040

41-
- Developper Guide:
41+
- Developer Guide:
4242
- Building: 'building.md'
4343
- Editing the Documentation: 'documentation.md'
4444
- FAQ: 'faq.md'

src/api.json

+20
Original file line numberDiff line numberDiff line change
@@ -15754,6 +15754,26 @@
1575415754
"kind": "namedType",
1575515755
"name": "oc_str8"
1575615756
}
15757+
},
15758+
{
15759+
"name": "frame",
15760+
"type": {
15761+
"kind": "pointer",
15762+
"type": {
15763+
"kind": "namedType",
15764+
"name": "oc_ui_box"
15765+
}
15766+
}
15767+
},
15768+
{
15769+
"name": "textBox",
15770+
"type": {
15771+
"kind": "pointer",
15772+
"type": {
15773+
"kind": "namedType",
15774+
"name": "oc_ui_box"
15775+
}
15776+
}
1575715777
}
1575815778
]
1575915779
}

0 commit comments

Comments
 (0)