DocsLayout

@Composable
fun DocsLayout(title: String? = null, content: @Composable () -> Unit)