Skip to content

Commit

Permalink
docs: add API to footer (Docs column) (#440)
Browse files Browse the repository at this point in the history
## 馃摐 Description

Added API link to footer.

## 馃挕 Motivation and Context

To make API reference page in quick access 馃檪 

## 馃摙 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### Docs

- Added API link to footer;

## 馃 How Has This Been Tested?

On localhost and preview.

## 馃摳 Screenshots (if appropriate):

<img width="1728" alt="image"
src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/95ec0d04-bf46-48dd-8dae-4dfbc2ebdc61">

## 馃摑 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
  • Loading branch information
kirillzyusko committed May 11, 2024
1 parent 990574c commit 2060506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Expand Up @@ -136,6 +136,10 @@ const config = {
label: "Guides",
to: "/docs/installation",
},
{
label: "API",
to: "/docs/category/api-reference",
},
],
},
{
Expand Down

0 comments on commit 2060506

Please sign in to comment.