Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !5347

Port user guide over

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/selbekk/port-user-guide-over into docusaurus Oct 07, 2018
  • Overview 2
  • Commits 53
  • Pipelines 0
  • Changes 53

Created by: selbekk

This pull request moves all of the user guide data into the docusaurus file structure

Huge PR - but it's mostly copy and pasting, while trying to split the content into manageable groups.

We can discuss the way I've split up the content here - but since this is a huge PR that runs the risk of diverging from what's on master in a matter of days, I hope we can consider re-structuring stuff later on instead.


The structure is as follows:

Welcome

  • About the docs

Getting Started

  • Getting started
  • Folder structure
  • Available scripts
  • Supported Browsers
  • Supported Language Features

Development

  • Syntax highlighting
  • In-editor linting
  • Debugging in the Editor
  • Formatting code
  • Proxying in development
  • Developing Components in Isolation
  • Analyzing bundle size

How-to

  • Changing the
  • Installing a Dependency
  • Importing a Component
  • Code Splitting
  • Adding a Stylesheet
  • Adding a CSS Modules Stylesheet
  • Adding a Sass Stylesheet
  • Post-Processing CSS
  • Adding Images, Fonts, and Files
  • Using the public Folder
  • Using Global Variables
  • Adding Bootstrap
  • Adding Flow
  • Adding Relay
  • Adding a Router
  • Adding Custom Environment Variables
  • Can I Use Decorators?
  • Fetching Data with AJAX Requests
  • Integrating with an API Backend
  • Using HTTPS in Development
  • Generating Dynamic <meta> Tags on the Server
  • Pre-Rendering into Static HTML Files
  • Injecting Data from the Server into the Page
  • Making a Progressive Web App
  • Advanced Configuration
  • Alternatives to Ejecting

Testing

  • Running tests
  • Debugging tests

Deployment

  • Publishing to npm
  • Deployment

Support

  • Troubleshooting
  • Updating to New Releases
  • Feedback
  • Something missing?

Addresses #5238 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/selbekk/port-user-guide-over