This website requires JavaScript.
Explore
Help
Register
Sign In
paulononato
/
backstage
Watch
1
Star
0
Fork
0
You've already forked backstage
Code
Issues
Pull Requests
Actions
45
Packages
Projects
Releases
Wiki
Activity
Move packages/techdocs-common -> plugins/techdocs-node
Browse Source
Signed-off-by: Eric Peterson <
ericpeterson@spotify.com
>
...
This commit is contained in:
Eric Peterson
2022-03-03 13:20:36 +01:00
parent
d5dc0fc206
commit
84a8788794
62 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
packages/techdocs-common/.eslintrc.js → plugins/techdocs-node/.eslintrc.js
Unescape
Escape
Copy filename
View File
packages/techdocs-common/CHANGELOG.md → plugins/techdocs-node/CHANGELOG.md
Unescape
Escape
Copy filename
View File
packages/techdocs-common/README.md → plugins/techdocs-node/README.md
Unescape
Escape
Copy filename
View File
packages/techdocs-common/__mocks__/@azure/identity.ts → plugins/techdocs-node/__mocks__/@azure/identity.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/__mocks__/@azure/storage-blob.ts → plugins/techdocs-node/__mocks__/@azure/storage-blob.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/__mocks__/@google-cloud/storage.ts → plugins/techdocs-node/__mocks__/@google-cloud/storage.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/__mocks__/@trendyol-js/openstack-swift-sdk.ts → plugins/techdocs-node/__mocks__/@trendyol-js/openstack-swift-sdk.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/__mocks__/aws-sdk.ts → plugins/techdocs-node/__mocks__/aws-sdk.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/api-report.md → plugins/techdocs-node/api-report.md
Unescape
Escape
Copy filename
View File
packages/techdocs-common/package.json → plugins/techdocs-node/package.json
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/helpers.test.ts → plugins/techdocs-node/src/helpers.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/helpers.ts → plugins/techdocs-node/src/helpers.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/index.ts → plugins/techdocs-node/src/index.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/setupTests.ts → plugins/techdocs-node/src/setupTests.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_invalid_doc_dir.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_invalid_doc_dir.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_invalid_doc_dir2.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_invalid_doc_dir2.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_valid_doc_dir.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_valid_doc_dir.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_with_additional_plugins.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_additional_plugins.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_with_comments.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_comments.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_with_edit_uri.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_edit_uri.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_with_extensions.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_extensions.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_with_repo_url.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_repo_url.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_with_techdocs_plugin.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_techdocs_plugin.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/__fixtures__/mkdocs_without_plugins.yml → plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_without_plugins.yml
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/generators.test.ts → plugins/techdocs-node/src/stages/generate/generators.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/generators.ts → plugins/techdocs-node/src/stages/generate/generators.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/helpers.test.ts → plugins/techdocs-node/src/stages/generate/helpers.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/helpers.ts → plugins/techdocs-node/src/stages/generate/helpers.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/index.ts → plugins/techdocs-node/src/stages/generate/index.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/mkDocsPatchers.ts → plugins/techdocs-node/src/stages/generate/mkDocsPatchers.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/techdocs.test.ts → plugins/techdocs-node/src/stages/generate/techdocs.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/techdocs.ts → plugins/techdocs-node/src/stages/generate/techdocs.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/generate/types.ts → plugins/techdocs-node/src/stages/generate/types.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/index.ts → plugins/techdocs-node/src/stages/index.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/prepare/dir.test.ts → plugins/techdocs-node/src/stages/prepare/dir.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/prepare/dir.ts → plugins/techdocs-node/src/stages/prepare/dir.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/prepare/index.ts → plugins/techdocs-node/src/stages/prepare/index.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/prepare/preparers.ts → plugins/techdocs-node/src/stages/prepare/preparers.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/prepare/types.ts → plugins/techdocs-node/src/stages/prepare/types.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/prepare/url.ts → plugins/techdocs-node/src/stages/prepare/url.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/awsS3.test.ts → plugins/techdocs-node/src/stages/publish/awsS3.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/awsS3.ts → plugins/techdocs-node/src/stages/publish/awsS3.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/azureBlobStorage.test.ts → plugins/techdocs-node/src/stages/publish/azureBlobStorage.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/azureBlobStorage.ts → plugins/techdocs-node/src/stages/publish/azureBlobStorage.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/googleStorage.test.ts → plugins/techdocs-node/src/stages/publish/googleStorage.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/googleStorage.ts → plugins/techdocs-node/src/stages/publish/googleStorage.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/helpers.test.ts → plugins/techdocs-node/src/stages/publish/helpers.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/helpers.ts → plugins/techdocs-node/src/stages/publish/helpers.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/index.ts → plugins/techdocs-node/src/stages/publish/index.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/local.test.ts → plugins/techdocs-node/src/stages/publish/local.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/local.ts → plugins/techdocs-node/src/stages/publish/local.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/migrations/GoogleMigration.ts → plugins/techdocs-node/src/stages/publish/migrations/GoogleMigration.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/migrations/index.ts → plugins/techdocs-node/src/stages/publish/migrations/index.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/openStackSwift.test.ts → plugins/techdocs-node/src/stages/publish/openStackSwift.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/openStackSwift.ts → plugins/techdocs-node/src/stages/publish/openStackSwift.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/publish.test.ts → plugins/techdocs-node/src/stages/publish/publish.test.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/publish.ts → plugins/techdocs-node/src/stages/publish/publish.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/stages/publish/types.ts → plugins/techdocs-node/src/stages/publish/types.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/techdocsTypes.ts → plugins/techdocs-node/src/techdocsTypes.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/testUtils/StorageFilesMock.ts → plugins/techdocs-node/src/testUtils/StorageFilesMock.ts
Unescape
Escape
Copy filename
View File
packages/techdocs-common/src/testUtils/types.ts → plugins/techdocs-node/src/testUtils/types.ts
Unescape
Escape
Copy filename
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
paulononato/backstage
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block