Skip to content

Commit

Permalink
Update (#3)
Browse files Browse the repository at this point in the history
* Update support.md
* Update docusaurus.config.js
* logo
  • Loading branch information
bucanero authored Jan 23, 2025
1 parent aa46e73 commit 0564029
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 83 deletions.
14 changes: 0 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,3 @@ NEAR Treasury is designed with security as a top priority. Here are some key fea
- **Educate your team:** Ensure all team members are aware of security best practices and potential threats.

- **Access Control:** Enforce strict access control measures using role-based permissions, to limit access to sensitive information and functionalities.


## Troubleshooting

While NEAR Treasury is designed to be user-friendly and reliable, issues can sometimes arise. Here are some common problems and solutions:

- **_I'm having trouble approving a request_**: Ensure you have the necessary permissions and that the request is still pending. If the issue persists, check the voting duration settings.

- **_My transaction is not going through_**: Verify that you have sufficient funds and that the recipient's wallet address is correct. If the issue continues, check the status of the NEAR network.


:::tip
If you encounter a problem that's not listed here, please contact the [NEAR Treasury support team](https://neartreasury.com/contact-form) for assistance.
:::
19 changes: 19 additions & 0 deletions docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_position: 10
title: Support
description: Contact support
---

## Troubleshooting

While NEAR Treasury is designed to be user-friendly and reliable, issues can sometimes arise. Here are some common problems and solutions:

- **_I'm having trouble approving a request_**: Ensure you have the necessary permissions and that the request is still pending. If the issue persists, check the voting duration settings.

- **_My transaction is not going through_**: Verify that you have sufficient funds and that the recipient's wallet address is correct. If the issue continues, check the status of the NEAR network.

## Contact us

:::tip
If you encounter a problem that's not listed here, please contact the [NEAR Treasury support team](https://neartreasury.com/contact-form) for assistance.
:::
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: "https://github.com/NEAR-DevHub/treasury-docs/edit/main/",
routeBasePath: "/",
breadcrumbs: false,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down Expand Up @@ -94,7 +95,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
title: 'Treasury Docs',
title: 'Docs',
logo: {
alt: 'Treasury Logo',
src: 'img/near_logo.svg',
Expand All @@ -107,7 +108,7 @@ const config = {
to: "/"
},
{
label: "Web site",
label: "Website",
position: "left",
to: "https://neartreasury.com/"
},
Expand Down
18 changes: 8 additions & 10 deletions static/img/near_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0564029

Please sign in to comment.