diff --git a/client/README.md b/client/README.md index 5b55f0d04f0..37be840ca0f 100644 --- a/client/README.md +++ b/client/README.md @@ -28,3 +28,4 @@ 6. Packages should use package name (e.g. `@sourcegraph/wildcard`) for imports instead of the relative paths (e.g. `../../../../wildcard/src/components/Markdown`) to avoid long relative-paths and make dependency graph between packages clear. (Typescript will warn if packages have circular dependencies). It's easy to refactor such isolated packages, extract functionality into new ones, or even into new repositories. 7. **build** or **config** package should be added later to encapsulate all the configurations reused between packages which will allow removing `jest.config`, `babel.config` from the root of the repo. +Hello Hello! diff --git a/client/branded/README.md b/client/branded/README.md index d1b914aa2db..bb61a0b68e6 100644 --- a/client/branded/README.md +++ b/client/branded/README.md @@ -2,3 +2,4 @@ This folder contains client code that is **branded**, i.e. it implements the vis Code in here can use Bootstrap and must not adapt styles of the code host (for more details, see [Styling UI in the handbook](https://about.sourcegraph.com/handbook/engineering/web/styling)). Any code that is code host agnostic should go into [`../shared`](../shared) instead. +Hello Hello! diff --git a/client/browser/README.md b/client/browser/README.md index a71abe673cc..d85f81e4430 100644 --- a/client/browser/README.md +++ b/client/browser/README.md @@ -227,3 +227,4 @@ Use this process to create a source code zip to attach to a Firefox add-on submi cd client/browser yarn run create-source-zip ``` +Hello Hello! diff --git a/client/browser/src/browser-extension/web-extension-api/README.md b/client/browser/src/browser-extension/web-extension-api/README.md index 6a4ae050e41..491840ea670 100644 --- a/client/browser/src/browser-extension/web-extension-api/README.md +++ b/client/browser/src/browser-extension/web-extension-api/README.md @@ -1,3 +1,4 @@ # Browser APIs This directory contains a set of helper functions that wrap the [APIs](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API) exposed by the browser to browser extensions. This originally came about while implementing support for Safari. Rather than write an entirely new extension, we wrapped the APIs and implemented pseudo support for these APIs in Safari. At this time, we no longer support Safari, however we have kept these because there are still differences in the APIs between Chrome and Firefox. This abstraction also allowed us to have a more type safe interaction with the APIs in actual application code. +Hello Hello! diff --git a/client/eslint-plugin-sourcegraph/README.md b/client/eslint-plugin-sourcegraph/README.md index 21f35788c25..cd1daf2d54d 100644 --- a/client/eslint-plugin-sourcegraph/README.md +++ b/client/eslint-plugin-sourcegraph/README.md @@ -28,3 +28,4 @@ Unit tests can be run with: ```sh yarn test ``` +Hello Hello! diff --git a/client/extension-api-types/README.md b/client/extension-api-types/README.md index d8b11e4d066..5877e98950b 100644 --- a/client/extension-api-types/README.md +++ b/client/extension-api-types/README.md @@ -4,3 +4,4 @@ Extensions should use the `sourcegraph` package, not this package. This package that embed Sourcegraph extensions and need to communicate with them. See [Sourcegraph extensions documentation](https://docs.sourcegraph.com/extensions) for more information. +Hello Hello! diff --git a/client/extension-api/README.md b/client/extension-api/README.md index b7f57925107..63196491247 100644 --- a/client/extension-api/README.md +++ b/client/extension-api/README.md @@ -7,3 +7,4 @@ This package contains only the types for the [Sourcegraph extension API](https://unpkg.com/sourcegraph/dist/docs/index.html) ([`sourcegraph.d.ts`](https://github.com/sourcegraph/sourcegraph/blob/main/packages/extension-api/src/sourcegraph.d.ts)). See [Sourcegraph extensions documentation](https://docs.sourcegraph.com/extensions) for more information. +Hello Hello! diff --git a/client/shared/README.md b/client/shared/README.md index 7fa344eb29c..3f621d2bd5c 100644 --- a/client/shared/README.md +++ b/client/shared/README.md @@ -5,3 +5,4 @@ In particular, components cannot make use of Bootstrap classes, but must accept For more details, see [Styling UI in the handbook](https://about.sourcegraph.com/handbook/engineering/web/styling). Code that is only used in branded contexts (web app, options menu of the browser extension, ...) should go into [`../branded`](../branded) instead. +Hello Hello! diff --git a/client/shared/src/testing/integration/README.md b/client/shared/src/testing/integration/README.md index 4443e3fdebf..08bf92cc108 100644 --- a/client/shared/src/testing/integration/README.md +++ b/client/shared/src/testing/integration/README.md @@ -3,3 +3,4 @@ This folder contains shared testing helpers for the Sourcegraph webapp and browser extensions. For more information about integration tests and how to run them, read the [Client integration tests documentation](https://docs.sourcegraph.com/dev/testing#client-integration-tests). +Hello Hello! diff --git a/client/storybook/README.md b/client/storybook/README.md index 66b2cac38f0..f8e986e4826 100644 --- a/client/storybook/README.md +++ b/client/storybook/README.md @@ -50,3 +50,4 @@ The [DLL Plugin](https://webpack.js.org/plugins/dll-plugin/) is used to move mos 7. Storybook development server starts 🎉. If DLL bundle and Webpack stats are in place, all intermediate steps are skipped straight to the start of Storybook development server. +Hello Hello! diff --git a/client/web/README.md b/client/web/README.md index 3f10a9b76f8..ee5fc3f4ce5 100644 --- a/client/web/README.md +++ b/client/web/README.md @@ -45,3 +45,4 @@ Build artifacts will be served from `/ui/assets`. In both environments, server proxies API requests to `SOURCEGRAPH_API_URL` provided as the `.env` variable. To avoid the `CSRF token is invalid` error CSRF token is retrieved from the `SOURCEGRAPH_API_URL` before the server starts. Then this value is used for every subsequent request to the API. +Hello Hello! diff --git a/client/web/src/components/README.md b/client/web/src/components/README.md index 8a178569b43..a38925104c2 100644 --- a/client/web/src/components/README.md +++ b/client/web/src/components/README.md @@ -1 +1,2 @@ Components that are shared through the app +Hello Hello! diff --git a/client/web/src/regression/README.md b/client/web/src/regression/README.md index 64b14364568..1d75f32dbea 100644 --- a/client/web/src/regression/README.md +++ b/client/web/src/regression/README.md @@ -105,3 +105,4 @@ Test best practices: test users easy to clean up manually if necessary. - **Ask for help**: Regression tests are intended to be relatively easy and straightforward to write. If you find yourself spending a lot of time implementing simple behavior, file an issue and tag @beyang. +Hello Hello! diff --git a/client/web/src/search/README.md b/client/web/src/search/README.md index b9c63c97e40..6d004666fe3 100644 --- a/client/web/src/search/README.md +++ b/client/web/src/search/README.md @@ -1 +1,2 @@ Components for search UI in the app. +Hello Hello! diff --git a/client/web/src/search/results/README.md b/client/web/src/search/results/README.md index 6885a6baa91..636f254dad1 100644 --- a/client/web/src/search/results/README.md +++ b/client/web/src/search/results/README.md @@ -1 +1,2 @@ Components for the search results page +Hello Hello! diff --git a/client/wildcard/README.md b/client/wildcard/README.md index fa29fda42b6..51120aba45e 100644 --- a/client/wildcard/README.md +++ b/client/wildcard/README.md @@ -13,3 +13,4 @@ The Wildcard component library is a collection of design-approved reusable compo Reusable React hooks. Typically utilities or headless components See [Wildcard documentation](https://docs.sourcegraph.com/dev/background-information/web/wildcard) for more information. +Hello Hello!