Improve documentation (#730)

* docs: fix "no-op" typo

* docs: add carbon-preprocess-svelte

* docs: use lg size for outbound link to source code

* docs: update copy

* docs: default to white theme

* docs(recursive-list): simplify copy

* docs(recursive-list): simplify copy

* docs: apply noGutter to installation code snippets
This commit is contained in:
Eric Liu 2021-07-08 16:30:53 -07:00 committed by GitHub
commit 569d7021cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 11 deletions

View file

@ -44,7 +44,7 @@
<p style="margin-bottom: var(--cds-layout-02)">
Source code:
<OutboundLink inline href="{source}">
<OutboundLink size="lg" inline href="{source}">
{component.filePath}
</OutboundLink>
</p>