mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
fix: make error code target more stable using sref (#9689)
This commit is contained in:
@ -277,6 +277,7 @@ plugins:
|
|||||||
'sref/ci-pre.md': 'https://github.com/inventree/InvenTree/blob/master/.pre-commit-config.yaml' # https://github.com/inventree/InvenTree/blob/master/.pre-commit-config.yaml
|
'sref/ci-pre.md': 'https://github.com/inventree/InvenTree/blob/master/.pre-commit-config.yaml' # https://github.com/inventree/InvenTree/blob/master/.pre-commit-config.yaml
|
||||||
'sref/test-sample.md': 'https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/InvenTree/tests.py' # https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/InvenTree/tests.py
|
'sref/test-sample.md': 'https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/InvenTree/tests.py' # https://github.com/inventree/InvenTree/blob/master/src/backend/InvenTree/InvenTree/tests.py
|
||||||
'sref/coverage.md': 'https://coveralls.io/github/inventree/InvenTree' # https://coveralls.io/github/inventree/InvenTree
|
'sref/coverage.md': 'https://coveralls.io/github/inventree/InvenTree' # https://coveralls.io/github/inventree/InvenTree
|
||||||
|
'sref/error-codes.md': 'settings/error_codes.md'
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
@ -76,7 +76,7 @@ export const docLinks = {
|
|||||||
developer: 'https://docs.inventree.org/en/latest/develop/contributing/',
|
developer: 'https://docs.inventree.org/en/latest/develop/contributing/',
|
||||||
faq: 'https://docs.inventree.org/en/latest/faq/',
|
faq: 'https://docs.inventree.org/en/latest/faq/',
|
||||||
github: 'https://github.com/inventree/inventree',
|
github: 'https://github.com/inventree/inventree',
|
||||||
errorcodes: 'https://docs.inventree.org/en/latest/settings/error_codes/'
|
errorcodes: 'https://docs.inventree.org/en/latest/sref/error-codes/'
|
||||||
};
|
};
|
||||||
|
|
||||||
export function DocumentationLinks(): MenuLinkItem[] {
|
export function DocumentationLinks(): MenuLinkItem[] {
|
||||||
|
Reference in New Issue
Block a user