Skip to content

Commit 7dfc97f

Browse files
a-bahdanaunovusnota
authored andcommitted
feat(docs): add security best practices (tact-lang#1070)
Co-authored-by: Novus Nota <[email protected]>
1 parent 25a1189 commit 7dfc97f

File tree

3 files changed

+452
-0
lines changed

3 files changed

+452
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Docs: the `description` property to the frontmatter of the each page for better SEO: PR [#916](https://github.com/tact-lang/tact/pull/916)
1515
- Docs: Google Analytics tags per every page: PR [#921](https://github.com/tact-lang/tact/pull/921)
1616
- Docs: added NFTs cookbook: PR [#958](https://github.com/tact-lang/tact/pull/958)
17+
- Docs: added security best practices: PR [#1070](https://github.com/tact-lang/tact/pull/1070)
1718
- Ability to specify a compile-time method ID expression for getters: PR [#922](https://github.com/tact-lang/tact/pull/922) and PR [#932](https://github.com/tact-lang/tact/pull/932)
1819
- Destructuring of structs and messages: PR [#856](https://github.com/tact-lang/tact/pull/856), PR [#964](https://github.com/tact-lang/tact/pull/964), PR [#969](https://github.com/tact-lang/tact/pull/969)
1920
- Docs: automatic links to Web IDE from all code blocks: PR [#994](https://github.com/tact-lang/tact/pull/994)

docs/astro.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export default defineConfig({
189189
{ slug: 'book/masterchain' },
190190
{ slug: 'book/func' },
191191
{ slug: 'book/programmatic' },
192+
{ slug: 'book/security-best-practices' },
192193
],
193194
},
194195
{

0 commit comments

Comments
 (0)