Eric Peterson
faed7dc46a
Encourage shallow clone to speed up getting started.
2020-10-02 18:05:54 +02:00
Taras Mankovski
65a06ce1e8
Added feedback from @freben
2020-10-02 08:06:04 -04:00
Oliver Sand
f816a54da2
docs: fix a minor typo ( #2718 )
2020-10-02 11:31:19 +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
Taras Mankovski
3cc26f47d2
Add information about app-config.development.local.yaml to Development Environment page
2020-10-01 20:20:38 -04:00
Gary Niemen
73440c7d9a
techdocs-milestones-update ( #2705 )
2020-10-01 17:39:05 +02:00
Niklas Ek
f41601dae4
Merge pull request #2701 from spotify/rugvip/trouble
...
docs: create-app troubleshooting and python requirement
2020-10-01 15:14:11 +02:00
Himanshu Mishra
2f00df9746
Merge pull request #2698 from spotify/emmaindal-patch-1
2020-10-01 14:13:06 +02:00
David Poblador i Garcia
3a51b149a3
Fix plugin library link ( #260 was already fixed) ( #2702 )
...
* Fix plugin library link (#260 was already fixed)
* Renaming Plugin Library to Plugin Marketplace
2020-10-01 13:25:14 +02:00
Patrik Oldsberg
525f4a13c3
docs: create-app troubleshooting and python requirement
2020-10-01 12:26:36 +02:00
Emma Indal
abd4119726
Update docs/features/techdocs/concepts.md
2020-10-01 11:49:59 +02:00
Emma Indal
c8f8105c9c
prettier
2020-10-01 11:49:06 +02:00
Emma Indal
4bb947137c
Update the publisher section
2020-10-01 11:45:44 +02:00
Himanshu Mishra
5dff92ca11
Run prettier on doc files
2020-10-01 08:54:14 +02:00
Ian Cowley
d0bfdf8ee5
techdocs: make some small improvements to faq
...
Made some small improvements to the FAQ. These include using the correct way to write RST and AsciiDoc, a link to the MKDocs Material Theme repo and some small style/grammar changes to the text about file formats.
2020-10-01 08:28:59 +02:00
Brenda Sukh
4dcfe9c167
Move cost insights from ongoing work to completed milestones
2020-09-30 12:32:54 -04:00
Fredrik Adelöw
4d61a10c98
chore: more tests and docs for github-org
2020-09-30 16:12:23 +02:00
Ben Lambert
0d33fdba1e
Merge pull request #2651 from spotify/rugvip/quicker
...
docs/tutorials: remove apis.ts secion from app quickstart
2020-09-29 10:23:02 +02:00
Himanshu Mishra
0cd569ebfe
Merge pull request #2650 from spotify/orkohunter/docs-techdocs-status-in-faq
...
docs: Update TechDocs status in FAQs
2020-09-29 10:17:09 +02:00
Patrik Oldsberg
219a278c48
docs/tutorials: remove apis.ts secion from app quickstart
2020-09-29 10:07:11 +02:00
Stefan Ålund
04f939e370
Update adr006-avoid-react-fc.md ( #2649 )
...
* Update adr006-avoid-react-fc.md
* Update adr006-avoid-react-fc.md
2020-09-29 09:47:06 +02:00
Himanshu Mishra
4268959088
docs: Update TechDocs status in FAQs
2020-09-29 09:41:27 +02:00
Ben Lambert
2d37f700a2
Merge pull request #2543 from mfrinnstrom/azure-scaffolder-prepare
...
Add Azure DevOps support to the scaffolder
2020-09-28 23:44:19 +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
Mattias Frinnström
0f732731ef
Restructure config for Azure DevOps scaffolder
2020-09-28 14:19:20 +02:00
Mattias Frinnström
56a9f8389b
Add Azure DevOps publisher to scaffolder
2020-09-28 14:19:20 +02:00
Mattias Frinnström
c109cbe4df
Add Azure prepare stage to scaffolder
2020-09-28 14:19:19 +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
Patrick Balestra
b9cfa5e466
Fix small docs typo
2020-09-27 16:25:06 +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
a20bc00b41
plugins/circleci: refactor to use DiscoverApi
2020-09-25 15:57:31 +02:00
Patrik Oldsberg
7965c098b8
docs: tweak proxying docs
2020-09-25 13:50:50 +02:00
Stefan Ålund
95fb7b5e4e
docs: update roadmap ( #2602 )
2020-09-25 11:50:37 +02:00
Oliver Sand
d7c2adae86
Merge pull request #2597 from SDA-SE/feat/api-ingestion
...
feat: add ApiDefinitionAtLocationProcessor that allows to load a API definition from another location
2020-09-25 11:19:26 +02:00
Oliver Sand
9433565fe7
feat: add ApiDefinitionAtLocationProcessor that allows to load a API definition from another location
...
Resolves #2572
2020-09-25 10:35:06 +02:00
Fredrik Adelöw
178d471fdc
Merge pull request #2587 from spotify/freben/user
...
feat(catalog-model): add the User entity
2020-09-25 08:41:44 +02:00
Fredrik Adelöw
277b1181ad
Merge pull request #2532 from spotify/freben/ref
...
feat(freben): add handling and docs for entity references
2020-09-25 08:41:29 +02:00
Fredrik Adelöw
54ad1c5f31
feat(catalog-model): add the User entity
2020-09-24 16:39:07 +02:00
Himanshu Mishra
94aa8068af
TechDocs: Add troubleshooting docs
2020-09-24 16:20:16 +02:00
Patrik Oldsberg
9c5a0e836b
Merge pull request #2562 from spotify/rugvip/api
...
backend: change the default backend plugin mount point to /api
2020-09-24 15:58:12 +02:00
Stefan Ålund
06ae3734e7
[docs] Add links to CNCF information ( #2570 )
...
* [docs] restructure
* Add CNCF links
* Update background.md
* Update Footer.js
* Update README.md
2020-09-24 14:33:30 +02:00
Roberto Devesa
5f71c826b9
Fix typo ( #2584 )
2020-09-24 06:46:08 +02:00
Jesse Alan Johnson
87ab614fd9
document cleaning - tutorial quickstarts ( #2520 )
...
* Formatting & spelling
* Update quickstart-app-plugin.md
* adding md's to contrib folder
2020-09-23 10:53:32 +02:00
Patrik Oldsberg
521728348d
backend: change the default backend plugin mount point to /api
2020-09-23 09:39:47 +02:00
Fredrik Adelöw
e9b1c931b8
chore(scaffolder-backend): typo in visibility
2020-09-23 07:58:10 +02:00
Patrik Oldsberg
911e22cd24
Merge pull request #2555 from spotify/rugvip/session
...
core: refactor SessionStateApi to SessionApi with sign-in/out
2020-09-22 17:42:28 +02:00
Fredrik Adelöw
0222279021
feat(freben): add handling and docs for entity references
2020-09-22 15:27:13 +02:00
Patrik Oldsberg
d994ed61a2
docs: regenerate api reference docs
2020-09-22 11:42:21 +02:00