mirror of
https://github.com/facebookincubator/QuickLayout
synced 2026-04-21 13:37:22 +00:00
Add banner
Summary:
Added the following banner into static docs and README file.
{F1984818606}
Reviewed By: saadhzahid
Differential Revision: D91141068
fbshipit-source-id: 54c7743a9243befe98043bae66a96bf1ae07eb6e
This commit is contained in:
parent
c29025477d
commit
ac6a40b9e3
4 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# QuickLayout
|
||||
<img src='Sources/QuickLayout/docs/static/img/main-banner.png' />
|
||||
|
||||
QuickLayout is a declarative layout library for iOS, designed to work seamlessly with UIKit. It is lightning-fast, incredibly simple to use, and offers a powerful set of modern layout primitives.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,14 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
id: intro
|
||||
title: Overview
|
||||
slug: /
|
||||
---
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
# Overview
|
||||
#
|
||||
|
||||
<img src={useBaseUrl('img/main-banner.png')} />
|
||||
|
||||
QuickLayout is a declarative layout library for iOS, designed to work seamlessly with UIKit. It is lightning-fast, incredibly simple to use, and offers a powerful set of modern layout primitives.
|
||||
|
||||
|
|
|
|||
BIN
Sources/QuickLayout/docs/static/img/favicon.ico
vendored
BIN
Sources/QuickLayout/docs/static/img/favicon.ico
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 189 KiB |
BIN
Sources/QuickLayout/docs/static/img/main-banner.png
vendored
Normal file
BIN
Sources/QuickLayout/docs/static/img/main-banner.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 MiB |
Loading…
Reference in a new issue