-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(angular): fix getMetadataProperty fn
- Loading branch information
Showing
22 changed files
with
179 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
node_modules | ||
docs/.next | ||
docs/out | ||
.nx | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules | ||
.next | ||
out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Advanced Usage' | ||
nextjs: | ||
metadata: | ||
title: 'Advanced Usage' | ||
description: 'Learn about the advanced usage of `mutates`.' | ||
--- | ||
|
||
WIP |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Understanding AST' | ||
nextjs: | ||
metadata: | ||
title: 'Understanding AST' | ||
description: 'Learn about the Abstract Syntax Tree (AST)' | ||
--- | ||
|
||
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Basic Operations' | ||
nextjs: | ||
metadata: | ||
title: 'Basic Operations' | ||
description: 'Learn about the basic operations in `mutates`.' | ||
--- | ||
|
||
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Basic Usage' | ||
nextjs: | ||
metadata: | ||
title: 'Basic Usage' | ||
description: 'Learn about the basic usage of `mutates`.' | ||
--- | ||
|
||
WIP |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Coding Standards' | ||
nextjs: | ||
metadata: | ||
title: 'Coding Standards' | ||
description: 'Learn about the coding standards of `mutates`.' | ||
--- | ||
|
||
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Contribution Guide' | ||
nextjs: | ||
metadata: | ||
title: 'Contribution Guide' | ||
description: How to contribute to the Mutates project. | ||
--- | ||
|
||
WIP |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Framework Integrations' | ||
nextjs: | ||
metadata: | ||
title: 'Framework Integrations' | ||
description: 'Learn about the framework integrations in `mutates`.' | ||
--- | ||
|
||
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Frequently Asked Questions' | ||
nextjs: | ||
metadata: | ||
title: 'Frequently Asked Questions' | ||
description: 'Frequently asked questions about `mutates`.' | ||
--- | ||
|
||
WIP |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Performance Optimization' | ||
nextjs: | ||
metadata: | ||
title: 'Performance Optimization' | ||
description: 'Learn about performance optimization in `mutates`.' | ||
--- | ||
|
||
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Quick start' | ||
nextjs: | ||
metadata: | ||
title: 'Quick start' | ||
description: 'Learn how to get started with `mutates`.' | ||
--- | ||
|
||
WIP |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 'Troubleshooting' | ||
nextjs: | ||
metadata: | ||
title: 'Troubleshooting' | ||
description: 'Troubleshooting common issues with `mutates`.' | ||
--- | ||
|
||
WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,82 @@ | ||
export const navigation = [ | ||
{ | ||
title: 'Introduction', | ||
links: [{ title: 'Overview', href: '/' }], | ||
}, | ||
{ | ||
title: 'Getting started', | ||
links: [ | ||
{ title: 'Getting started', href: '/' }, | ||
{ title: 'Installation', href: '/installation' }, | ||
{ title: 'Quick start', href: '/quick-start' }, | ||
], | ||
}, | ||
{ | ||
title: 'Core Concepts', | ||
links: [ | ||
{ title: 'Understanding AST', href: '/ast' }, | ||
{ title: 'Basic Operations', href: '/basic-operations' }, | ||
], | ||
}, | ||
{ | ||
title: 'Packages', | ||
title: 'Usage Examples', | ||
links: [ | ||
{ title: 'Basic Usage', href: '/basic-usage' }, | ||
{ title: 'Advanced Usage', href: '/advanced-usage' }, | ||
], | ||
}, | ||
{ | ||
title: 'API Reference', | ||
links: [ | ||
{ | ||
title: 'Core', | ||
href: '/packages/core', | ||
title: 'Core API', | ||
href: '/core', | ||
}, | ||
{ | ||
title: 'Angular', | ||
href: '/packages/angular', | ||
title: 'Angular API', | ||
href: '/angular', | ||
}, | ||
{ | ||
title: 'Nx', | ||
href: '/packages/nx', | ||
title: 'Nx API', | ||
href: '/nx', | ||
}, | ||
], | ||
}, | ||
{ | ||
title: 'Core concepts', | ||
links: [{ title: 'Testing', href: '/testing' }], | ||
}, | ||
// { | ||
// title: 'Advanced guides', | ||
// links: [ | ||
// { title: 'Writing plugins', href: '/docs/writing-plugins' }, | ||
// { title: 'Neuralink integration', href: '/docs/neuralink-integration' }, | ||
// { title: 'Temporal paradoxes', href: '/docs/temporal-paradoxes' }, | ||
// { title: 'Testing', href: '/docs/testing' }, | ||
// { title: 'Compile-time caching', href: '/docs/compile-time-caching' }, | ||
// { | ||
// title: 'Predictive data generation', | ||
// href: '/docs/predictive-data-generation', | ||
// }, | ||
// ], | ||
// }, | ||
// { | ||
// title: 'API reference', | ||
// links: [], | ||
// }, | ||
{ | ||
title: 'Contributing', | ||
links: [{ title: 'How to contribute', href: '/how-to-contribute' }], | ||
title: 'Advanced Topics', | ||
links: [ | ||
{ title: 'Framework Integrations', href: '/framework-integrations' }, | ||
{ title: 'Performance Optimization', href: '/performance-optimization' }, | ||
], | ||
}, | ||
{ | ||
title: 'Best Practices', | ||
links: [ | ||
{ title: 'Coding Standards', href: '/coding-standards' }, | ||
{ title: 'Testing', href: '/testing' }, | ||
], | ||
}, | ||
{ | ||
title: 'Contribution', | ||
links: [ | ||
{ title: 'Contribution Guide', href: '/contribution-guide' }, | ||
{ title: 'Code of Conduct', href: '/code-of-conduct' }, | ||
], | ||
}, | ||
{ | ||
title: 'FAQ', | ||
links: [ | ||
{ title: 'Frequently Asked Questions', href: '/frequently-asked-questions' }, | ||
{ title: 'Troubleshooting', href: '/troubleshooting' }, | ||
], | ||
}, | ||
{ | ||
title: 'Changelog', | ||
links: [{ title: 'Version History', href: 'https://github.com/IKatsuba/mutates/releases' }], | ||
}, | ||
{ | ||
title: 'License', | ||
links: [ | ||
{ title: 'Apache License', href: 'https://github.com/ikatsuba/mutates/blob/main/LICENSE' }, | ||
], | ||
}, | ||
]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters