1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 07:18:22 +02:00

Add REST API

This commit is contained in:
Alexandre Iooss
2019-08-17 12:12:10 +02:00
parent 670f7dfa39
commit 6a79169496
10 changed files with 167 additions and 7 deletions

View File

@ -152,4 +152,14 @@ img.poulpy {
max-width: 100%;
width: 1000px;
height: auto;
}
/* No padding content for special pages */
#content.nopadding {
padding: 0;
}
/* Fix Redoc */
svg.search-icon {
display: none;
}