diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9a42d33..77b338e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,6 +3,7 @@
We'd love for you to contribute to our source code and to make Accord Project technology even better than it is today! Here are the guidelines we'd like you to follow:
* [Code of Conduct][contribute.coc]
+* [Using GitHub Discussions][contribute.discussion]
* [Questions and Problems][contribute.question]
* [Issues and Bugs][contribute.issue]
* [Feature Requests][contribute.feature]
@@ -16,6 +17,10 @@ We'd love for you to contribute to our source code and to make Accord Project te
Help us keep the Accord Project open and inclusive. Please read and follow our [Code of Conduct][coc].
+## Using GitHub Discussions
+
+If you are new, try our [GitHub Discussion][discussion] to get familiar with the community .
+
## Questions, Bugs, Features
### Got a Question or Problem?
@@ -162,9 +167,11 @@ Accord Project source code files are made available under the [Apache License, V
Accord Project documentation files are made available under the [Creative Commons Attribution 4.0 International License][creativecommons] (CC-BY-4.0).
[coc]: https://lfprojects.org/policies/code-of-conduct/
+[discussion]: https://github.com/accordproject/techdocs/discussions/
[apdiscord]: https://discord.gg/Zm99SKhhtA
[contribute.coc]: CONTRIBUTING.md#coc
+[contribute.discussion]: CONTRIBUTING.md#discussion
[contribute.cla]: CONTRIBUTING.md#cla
[contribute.question]: CONTRIBUTING.md#question
[contribute.issue]: CONTRIBUTING.md#issue
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..43df333
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "techdocs",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {}
+}
diff --git a/website/package-lock.json b/website/package-lock.json
index 109007c..9317a71 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -4,7 +4,6 @@
"requires": true,
"packages": {
"": {
- "name": "website",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.2",