Johan Haals
50b933d9ac
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:42:39 +01:00
Johan Haals
b5ed171a1a
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:42:25 +01:00
Johan Haals
27745f651a
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:42:13 +01:00
Johan Haals
fffe91dba5
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:42:06 +01:00
Johan Haals
b8f8799786
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:41:50 +01:00
Johan Haals
084e2450d1
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:41:23 +01:00
Johan Haals
57b542c736
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:41:03 +01:00
Johan Haals
fc15529cf4
Update docs/plugins/github-apps.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-15 15:40:46 +01:00
Johan Haals
eb29c605f3
Document default permissions
2021-01-14 15:00:24 +01:00
Johan Haals
8eaeb326aa
Fix spelling
2021-01-14 14:49:38 +01:00
Johan Haals
4e623b7bf2
Add GitHub Apps documentation
...
Co-authored-by: blam <ben@blam.sh >
2021-01-14 13:53:50 +01:00
Fredrik Adelöw
ffa36ff101
Merge pull request #3927 from adamdmharvey/doco-prettier-seo
...
docs: Align Docusaurus for fixed SEO output and "prettier" happiness
2021-01-12 21:42:53 +01:00
Dominik Henneke
192b0b70a8
Update vale vocabulary to unify company and product names
2021-01-12 13:52:58 +01:00
Adam Harvey
14466940f7
Single line metadata and prettier ignore
2021-01-05 13:42:31 -05:00
Adam Harvey
533968130f
Reformat without shell
2020-12-30 01:20:34 -05:00
Adam Harvey
33bfa45796
Clean up testing instructions
2020-12-30 01:17:20 -05:00
Adam Harvey
056336fb12
Add code fence
2020-12-30 01:17:05 -05:00
Adam Harvey
3fc5cb64fd
Fix typo
2020-12-29 00:53:47 -05:00
Frieder Bluemle
cbd3a44c09
Fix typos ( #3646 )
2020-12-09 07:50:41 +01:00
Dominik Henneke
6a6c7c14ea
Filter the response headers in the proxy backend
2020-11-30 15:18:29 +01:00
Dominik Henneke
1b7a9d7317
Refactor the proxying docs so the paragraph structure makes more sense
2020-11-26 17:01:40 +01:00
Patrik Oldsberg
faf47e8f91
Merge pull request #3203 from adamdmharvey/doc-updates-2nov
...
chore(docs): Minor documentation updates
2020-11-04 18:53:33 +01:00
Patrik Oldsberg
af141c0766
rewrite repo location urls
2020-11-03 11:03:49 +01:00
Adam Harvey
9a3786309f
Remove extraneous footer
2020-11-02 12:29:47 -05:00
Harvey
2e04225056
Prettier fix for line length
2020-10-26 09:49:54 -04:00
Harvey
fc3e1118c8
Fix API Filenames in Examples
2020-10-26 00:03:05 -04:00
Harvey
914111bb87
Hyphenate
2020-10-26 00:02:41 -04:00
Adam Harvey
a06164da24
Documentation editorial review ( #3055 )
...
* Fix case and link
* Align product/vendor case
* Reword for readability
* YAML Case
* Align product names
* Align product and acronym case
* Remove here link and product naming
* Align Node.js naming
* Align product names
* Fix wording
2020-10-23 08:01:07 +02:00
Dominik Henneke
9226c2aaa0
feat(proxy-backend): limit the forwarded http headers to a safe set
2020-10-08 14:30:56 +02:00
Patrik Oldsberg
34eb3a13c8
Merge pull request #2741 from spotify/rugvip/short
...
config-loader: add support for new short-form secret syntax
2020-10-05 13:30:04 +02:00
Stefan Ålund
8ef470b382
Update existing-plugins.md ( #2717 )
...
* Update existing-plugins.md
* prettier
* Update plugins.css
2020-10-04 22:08:05 +02:00
Patrik Oldsberg
6775deef9b
update docs and examples to use shorter config secret syntax
2020-10-04 16:51:00 +02:00
Mayursinh Sarvaiya
5c6a0356c0
feat: TechDocs - Add vale linter to check words quality in md files. ( #2631 )
...
* fix(docs): typos which were reflacted from vale linter's command
* feat: Implement Vale linter (#2031 )
Initialize .vale.ini file
Add 'lint:docs' script to package.json, to lint all md files except the ones which are located in node_modules
Generate 'vocab.txt' by using command 'yarn run lint:docs' | grep -o ''[a-z A-Z]*'' | grep -o '[a-z A-Z]*' | sort | uniq > .github/styles/vocab.txt
Add steps to github workflow 'master' to check docs quality
* chore: Separate workflow for quality checking
* chore: Added 'shx' dev dependency to support grep command in cross platform
* feat: Add script to operate same quality check process on different platform
* ignore: remove lint:docs from lint-stages which was added for experiment purpose
* fix: check-all-files on push event & check-changed-files on pull_request event
* chore(CI): triggle workflow only when there is any updates in .md file(s) on pull request
* fix: use spawnSync to solve 'The command line is too long.' error
* fix: github workflow syntax
* fix: prettier error
* chore: add vale command directly to lint-staged
* chore: use shebang for easy access
* fix: windows script issue & remove shebang
* chore: Add shebang flag
* chore: better error message related to vale
* chore: mention vale linter in documentation
* fix: spelling errors & add keywords to vocab.txt
2020-10-02 07:20:47 +02:00
Ben Lambert
2c33a29c7c
Merge pull request #2621 from andrewthauer/fix/circleci-proxy-config
...
fix(circleci): add api route prefix to proxy rewrite path
2020-09-28 15:28:10 +02:00
Navaneeth Suresh
e7686833fd
docs: fix typos in the documentation ( #2633 )
2020-09-28 13:18:40 +02:00
Mayurs
17c30eaf3e
fix(docs): Fix typos in several .md files ( #2627 )
2020-09-27 18:57:20 +02:00
Andrew Thauer
572abfe121
fix(circleci): add api route prefix to proxy rewrite path
2020-09-26 06:06:51 -04:00
Patrik Oldsberg
2caf66eb54
Update publishing.md
2020-09-25 19:22:15 +02:00
Patrik Oldsberg
7965c098b8
docs: tweak proxying docs
2020-09-25 13:50:50 +02:00
Rajiv Ranjan Singh
3347cf1668
grammar correction
2020-09-17 00:14:06 +05:30
Rajiv Ranjan Singh
def4032351
added description header field
2020-09-16 21:47:19 +05:30
Dominik Henneke
7553827223
feat(proxy-backend): support limiting the proxied HTTP methods
2020-09-11 13:56:41 +02:00
Ivan Shmidt
64ecf77b78
Merge pull request #2076 from spotify/shmidt-i/app-catalog-tabs-routes-everything-is-connected
...
APP-driven catalog entity page with GitHub Actions integration & routes & tabs
2020-09-03 14:06:44 +02:00
Stefan Ålund
760adfda74
[plugin marketplace] Added Jenkins + polish ( #2240 )
2020-09-03 08:50:13 +02:00
Ivan Shmidt
7834bcaa99
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected
2020-09-02 15:59:09 +02:00
Ivan Shmidt
9988479c61
refactor: address PR comments
2020-09-02 15:57:18 +02:00
Marcus Eide
a7e922250a
Add instructions on how to refresh existing release PR
2020-09-02 09:02:09 +02:00
Ivan Shmidt
9b0ddfe111
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected
2020-09-01 10:37:18 +02:00
Oliver Sand
bcbeb0b657
Add api-docs to marketplace ( #2204 )
...
* docs: improve documentation about adding plugins to the marketplace
The relative path is misleading as one has to come from root.
* docs: add api-docs plugin to marketplace
2020-09-01 09:46:46 +02:00
Ivan Shmidt
68474750db
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/app-catalog-tabs-routes-everything-is-connected
2020-08-31 23:21:23 +02:00