Add documentation for SunriseWorkbench project setup and features
- Create libraries.md for library installation instructions in SunriseWorkbench. - Create load-project.md for importing existing projects in SunriseWorkbench. - Create new-project.md detailing the process of creating a new project in SunriseWorkbench. - Add applications.md to describe the applications section in KUKA smartHMI. - Add extra-menu.md for additional robot control options in KUKA smartHMI. - Create io-group.md for managing input/output groups in KUKA smartHMI. - Add robot-menu.md as a placeholder for the robot menu section in KUKA smartHMI. - Create station.md to outline the main navigation and functionalities in KUKA smartHMI. - Add LBRserver.md, robot-power-control.md, and teach-kuka.md as placeholders for respective control programs. - Create config-error.md to provide troubleshooting steps for configuration errors in SunriseWorkbench. - Add main.html to override base template with site root metadata.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/* Центрирование изображений */
|
||||
.md-content img {
|
||||
display: block;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
/* Центрирование таблиц */
|
||||
.md-typeset table {
|
||||
display: table;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
/* Скрываем встроенную кнопку PDF от плагина to-pdf */
|
||||
a.md-header-nav__button.md-icon[href$=".pdf"] {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user