rnx-kit/README.md

42 строки
1.6 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

Documentation Website (#1197) * working docusaurus site. mostly stock with a few minor tweaks. * set light/dark mode colors * Update README main header link. Add GitHub logo (light and dark mode variants) to docsite header bar. * accessibility fixes * Clear out footer, leaving copyright. Always use darktheme when showing code to fix contrast issues. Change github icon to inline SVG. Add examples of Important and Caution blocks in markdown. Change link colors to match RNW and RN sites. * Move into doc into hierarchy (styles don't support top-level docs). Reinstate homepage feature area, which now appears to be a little broken. * Add MS Open Source img and link as footer logo. Also tweak CSS: inline code formatting in markdown, color refining/sharing, footer logo size/opacity. * Remove opacity styles on footer -- they happen automatically since it is a link. * Finalize landing page. Move GitHub logo into an .svg file. * Fix editUrls. * fix homepage text * Add local-search support and styling. Not too happy with this. Out of the box, local search uses Algolia's color scheme and doesn't pick up Docusaurus colors. I have it polished and working, though. Going to try using the DocSearch-based service instead which is supposed to integrate w/Docusaurus CSS vars. * Update docusaurus version * Create navbar hierarchy and matching sidebars. Remove inline front-matter tags and category files, and instead be get name from markdown title and order from sidebar.js. * Use a very dark gray background instead of black in darkmode. Fix typo in navbar. * add shadow on navbar in darkmode * Remove sample content * docs(changeset): Documentation site framework and theming. No content yet other than the landing page. * yarn deduplicate * update dup checker tests -- they are sensitive to the yarn dependency graph in this repo * align dependencies
2022-03-08 20:30:14 +03:00
# React Native Developer Tools
[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&color=007acc&labelColor=444444&logoColor=007acc)](https://vscode.dev/github/microsoft/rnx-kit)
[![Build](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml)
### Modern, scalable tools. Exceptional developer experience.
You can find guides, documentation, resources, and our blog on the
[project website](https://microsoft.github.io/rnx-kit).
### Made by Developers, for Developers.
_Purpose-built for React Native engineers. Focused on developer experience.
Designed to fit into any project, no matter how large or complex._
_Great tools make all the difference._
### Community First
_Created as a GitHub-first repository for the React Native community. Integrated
with tools you already use: Metro, TypeScript, Jest, and more._
_Join in! Your contributions are always welcome._
### Tested at scale. Supported by Microsoft.
_From unit tests to deployments in large monorepos, each tool is thoroughly
validated. Microsoft has engineers dedicated to this project, using it to ship
React Native apps to millions of customers._
### Contributing
Thank you for your interest in this project! We welcome all contributions and
suggestions!
Take a look at
[CONTRIBUTING](https://github.com/microsoft/rnx-kit/tree/main/CONTRIBUTING.md)
for details.
If you are interested in proposing "substantial" changes, please refer to our
[RFC process](https://github.com/microsoft/rnx-kit/tree/rfcs).