Template for docs pages
Summary: - Dynamic loading of documentation pages - code highlighting for markdown files - editing playground from sidebar Reviewed By: emilsjolander Differential Revision: D6964951 fbshipit-source-id: 1c7f36afa8d23215471d5b9a9c01bd2241c2008e
This commit is contained in:
committed by
Facebook Github Bot
parent
e43bb9da19
commit
951a429ac5
@@ -1,4 +1,15 @@
|
||||
.DocsSidebar {
|
||||
height: 100%;
|
||||
width: 350px;
|
||||
padding: 20px;
|
||||
border-right: 1px solid #dddfe2;
|
||||
}
|
||||
|
||||
.DocsSidebar h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.DocsSidebar h4 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user