Commit Graph

7 Commits

Author SHA1 Message Date
Kevin Strider
ee89b5a37f custom-ports.mdx (setup - Using Different Ports)
Summary: Restyle of page, including changes to spelling, grammar, links, and structure (where relevant).

Reviewed By: lblasa

Differential Revision: D36373181

fbshipit-source-id: 481a52b21747c29ec5996d7ae8bce47bc911e10f
2022-05-13 05:43:42 -07:00
Lorenzo Blasa
395708348d Remove RSocket documentation references
Summary:
^
Changelog: Remove RSocket documentation references

Reviewed By: jknoxville

Differential Revision: D34345316

fbshipit-source-id: 5b9fac8c04e325f3f02ef3713b0146b17e694c9d
2022-02-21 06:22:44 -08:00
Andrey Goncharov
3865a3d9a2 Support a custom port for the insecure connection flow
Summary:
1. Remove GK.get('comet_enable_flipper_connection') which does not seem to be needed anymore
2. Support custom ports for the insecure connection flow

Reviewed By: lblasa

Differential Revision: D33632891

fbshipit-source-id: 045d6886ea94e15bff38f2f61c7d5a2c56c39859
2022-01-18 05:52:57 -08:00
Pascal Hartig
9bea015d57 Update custom-ports.mdx (#2864)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2864

Reviewed By: timur-valiev

Differential Revision: D30930168

Pulled By: passy

fbshipit-source-id: 9d2c580717183bbf2d762a30aa56fbcbe64672b1
2021-09-14 03:37:20 -07:00
Mathis Gardon
f25d189aa5 Support custom metro ports (#2050)
Summary:
Based on issue https://github.com/facebook/flipper/issues/1509 I needed a custom port for the metro server to pass to flipper.

## Changelog

introduce `METRO_SERVER_PORT` env variable to be able to customize default 8081 port on startup.

Pull Request resolved: https://github.com/facebook/flipper/pull/2050

Test Plan:
Tested with a locally built linux desktop app, this seems to work OK pour hermes debugging & RN logging.

React DevTools don't seem to find the running app, maybe there's a mapping to handle there too ?

Reviewed By: jknoxville

Differential Revision: D27339006

Pulled By: passy

fbshipit-source-id: b1700c4fe73f14bf4617e23583b2954012e0a5aa
2021-03-31 03:30:14 -07:00
Chaytanya Sinha
cfcb6837d1 Updated custom-ports.mdx (#1406)
Summary:
Usually ':' is used before the command

Usually while presenting a command ':' is used instead of that '.' was used.

Pull Request resolved: https://github.com/facebook/flipper/pull/1406

Reviewed By: jknoxville

Differential Revision: D22766378

Pulled By: passy

fbshipit-source-id: 6811f36262a5520db3afddbe68afa492831f48f2
2020-07-27 09:33:14 -07:00
John Knox
5f1a0548f5 Migrate website to Docusaurus 2
Summary:
Docusaurus 2 is quite a lot more powerful than docu 1 it turns out.
This should convert the website fully.

* [done] Go through migration guide https://v2.docusaurus.io/docs/migrating-from-v1-to-v2
* [done] Convert landing page html
* [done] Convert all images to img tags
* [done] Convert all .md files to .mdx
* [done] Make sure ui-doc generation and including still works
* [done] Scan every page visually for sanity check
* [done] Make sure footer still works
* [done] Make sure search still works
* [done] Change all links/ to links/index
* [done] Change all links.md to links
* [done] Add some custom css to make the navbar look like the old one and darken the footer.

Reviewed By: passy

Differential Revision: D21158717

fbshipit-source-id: 5f45b711b1b6fd5ece4c5c15c55635c7ebbfb568
2020-04-27 04:05:01 -07:00