Skip to content

Commit 0d88f1f

Browse files
authored
Merge pull request #3 from ecency/codex/expand-documentation-and-faq
docs: expand documentation and FAQ
2 parents b00dc57 + 0932593 commit 0d88f1f

File tree

3 files changed

+128
-58
lines changed

3 files changed

+128
-58
lines changed

README.md

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,37 @@
1-
# Starlight Starter Kit: Basics
1+
# Ecency Documentation
22

3-
[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)
3+
This repository contains the source for the [Ecency](https://ecency.com) documentation site. The site is built with [Astro](https://astro.build) using the [Starlight](https://starlight.astro.build) theme.
44

5-
```
6-
yarn create astro@latest -- --template starlight
7-
```
5+
## Project Structure
86

9-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics)
10-
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics)
11-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight&create_from_path=examples/basics)
12-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics&project-name=my-starlight-docs&repository-name=my-starlight-docs)
7+
Documentation content lives in [`src/content/docs`](src/content/docs). Each Markdown (`.md`/`.mdx`) file in that directory becomes a page in the generated site. Static assets can be placed in `public/` and referenced with relative links.
138

14-
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
9+
## Development
1510

16-
## 🚀 Project Structure
11+
Install dependencies and start a local development server:
1712

18-
Inside of your Astro + Starlight project, you'll see the following folders and files:
19-
20-
```
21-
.
22-
├── public/
23-
├── src/
24-
│ ├── assets/
25-
│ ├── content/
26-
│ │ ├── docs/
27-
│ └── content.config.ts
28-
├── astro.config.mjs
29-
├── package.json
30-
└── tsconfig.json
13+
```bash
14+
yarn install
15+
yarn dev
3116
```
3217

33-
Starlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.
18+
The site will be available at `http://localhost:4321` and hot–reloads as you edit files.
3419

35-
Images can be added to `src/assets/` and embedded in Markdown with a relative link.
20+
## Build and Preview
3621

37-
Static assets, like favicons, can be placed in the `public/` directory.
22+
To create a production build, run:
3823

39-
## 🧞 Commands
24+
```bash
25+
yarn build
26+
```
27+
28+
The static site is output to the `dist/` folder. You can preview the build locally with:
4029

41-
All commands are run from the root of the project, from a terminal:
30+
```bash
31+
yarn preview
32+
```
4233

43-
| Command | Action |
44-
| :------------------------ | :----------------------------------------------- |
45-
| `yarn install` | Installs dependencies |
46-
| `yarn dev` | Starts local dev server at `localhost:4321` |
47-
| `yarn build` | Build your production site to `./dist/` |
48-
| `yarn preview` | Preview your build locally, before deploying |
49-
| `yarn astro ...` | Run CLI commands like `astro add`, `astro check` |
50-
| `yarn astro -- --help` | Get help using the Astro CLI |
34+
## Contributing
5135

52-
## 👀 Want to learn more?
36+
Improvements and additions are welcome! Fork this repository, create your changes in `src/content/docs`, and open a pull request. For more information see the [contribution guide](src/content/docs/contribution.md).
5337

54-
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).

src/content/docs/contribution.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
title: Contribution
33
---
44

5-
## How to contribute to the Ecency?
5+
## How to contribute to Ecency?
66

7-
Our awesome contributors helping us to shape Ecency. You can be part of this great movement, by joining our Translation team: Website, Mobile or by contributing with Ideas, Developing, Designing, Social media outreach skills. We try our best to support our contributors!
7+
Ecency grows through community effort. You can help by translating the app, improving documentation, developing new features, designing interfaces, or simply spreading the word.
8+
9+
### Documentation and code
10+
11+
1. Fork this repository and clone it locally.
12+
2. Create or update Markdown files under `src/content/docs/`.
13+
3. Preview your changes with `yarn dev`.
14+
4. Commit your work and open a pull request.
15+
16+
### Translations and ideas
17+
18+
Join our translation teams or share ideas and feedback in the Ecency [Discord server](https://discord.gg/ecency). We try our best to support all contributors!

src/content/docs/faq.md

Lines changed: 93 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,113 @@
22
title: Frequently asked questions
33
---
44

5-
## Can I change my username?
5+
Below are answers to common questions about Ecency and the Hive blockchain.
66

7-
Account names on Ecency and Hive blockchain can not be changed. If you would like a new account name, you can create new account.
7+
## About Ecency
88

9-
## Can I delete or deactivate my account?
9+
### What is Ecency?
1010

11-
Accounts on Ecency can not be deactivated or deleted. The account along with all of its activity is permanently stored in the Hive blockchain.
11+
Ecency is a decentralized social network built on the [Hive blockchain](https://hive.io) where users own their accounts and content. Learn more in [What is Ecency?](/get-started/what-is-ecency/).
1212

13-
## What is Keychain?
13+
### What is the Hive blockchain?
1414

15-
Hive Keychain is a wallet browser extension for the Hive blockchain and cryptocurrency and allows users to securely log into and access multiple Hive-based platforms. It is available for Chrome, Brave, and Firefox.
15+
Hive is a fast, feeless blockchain for Web3 applications. See [What is Hive?](/hive/what-is-hive/) for an overview.
1616

17-
## What kind of information is shown on my profile?
17+
### How does Ecency work?
1818

19-
The initial details displayed alongside your picture include your reputation score, display name, and description. Below that, you can find information about your followers, the accounts you are following, and your registration date on Ecency. In the Ecency settings, you can choose to add additional details such as your bio, profile picture, cover image, and location.
19+
Ecency reads and writes data to Hive and rewards contributions with blockchain tokens and Ecency Points. The [How it works guide](/get-started/how-it-works/) explains the process.
2020

21-
## What can I do if my HIVE or Hive dollar tokens are stolen or sent to the wrong account?
21+
### How do I join Ecency?
2222

23-
If your liquid tokens are stolen or sent to the wrong account, there is no action you can take. However, if your tokens are in Hive Power, the chances of being hacked are less than 1/13 per week. Additionally, if your tokens are in savings, there is a three-day waiting period before they can be transferred. It may be safer to stake/power up or transfer funds into savings.
23+
Create an account on the [signup page](https://ecency.com/signup?referral=ecency) or follow the [account creation guide](/guides/create-account/). Remember to store your master password safely.
2424

25-
## What are the dollar amounts next to posts and comments?
25+
### What makes Ecency different from other social networks?
2626

27-
The estimated dollar amounts displayed next to posts and comments represent the potential payout that will be received at the end of the payout period. This estimate is based on the current voting activity and price of HIVE. The actual payout may fluctuate until the period ends. Payouts are a combination of Hive Power and Hive Dollars, although in certain cases, HIVE may be used instead of Hive Dollars depending on market conditions.
27+
Content is stored on a blockchain, making it immutable and censorship resistant. See [why Ecency is different](/get-started/difference/) for more details.
2828

29-
## How DHF works?
29+
## Accounts and security
3030

31-
Anyone can create a proposal and convince community to vote on their proposal to get funded. Before creating proposal, normal post should be published on blockchain and it is recommended to gather feedback before creating proposal. Proposal creation has fee of 10 HBD + 1 HBD for each day it lasts over 60 days.
31+
### Can I change or delete my account?
3232

33-
Once proposal reaches certain threshold of tallied votes, it will start receiving funds each hour. If proposal falls below threshold, system will halt funding for that proposal. You can vote as many proposals as you want, there are no limits. Proposal cannot be edited, but can be deleted/withdrawn by creator.
33+
Hive account names are permanent and accounts cannot be deleted. You can always [create a new account](/guides/create-account/).
3434

35-
## How to vote proposals?
35+
### How do I sign in?
3636

37-
Go to the Proposals Page there you can see all Proposals that can be voted on. You can click on them to see further information about the proposal before voting or you can click on the voting icon near the proposal without opening.
37+
Log in with your Hive username and master password, active key, or via [Hivesigner](https://hivesigner.com). For key details see [Account security and keys](/common/keys/).
38+
39+
### How does the referral system work?
40+
41+
Share a signup link like `https://ecency.com/signup?referral=USERNAME`. When a referral earns 250 Points you receive 100 Points. See the [referral program](/get-started/referral/) for more.
42+
43+
### What is Hive Keychain?
44+
45+
[Hive Keychain](https://hive-keychain.com) is a browser extension and mobile app for securely using Hive applications.
46+
47+
### What if my tokens are stolen or sent to the wrong account?
48+
49+
Blockchain transactions are irreversible. Keeping funds in Hive Power or savings offers more protection.
50+
51+
### How can I recover a lost account?
52+
53+
Account recovery is possible within 30 days if you retain your previous owner key. Follow the [account recovery guide](/guides/recovery/).
54+
55+
## Using Ecency
56+
57+
### Is there a mobile app?
58+
59+
Yes, Ecency provides Android and iOS apps. See the [mobile app guide](/guides/use-mobile-app/) for download links.
60+
61+
### What are Ecency Points and how do I earn them?
62+
63+
Points reward engagement and can be spent to boost or promote posts. Earning methods are listed on the [Ecency Points page](/ecency/ecency-points/).
64+
65+
### Why can't I post or comment?
66+
67+
You may be out of [Resource Credits](/common/resource-credits/what-is-it/). RC regenerate over time or with more Hive Power. You can also request temporary delegation via the [boost page](https://ecency.com/purchase?type=boost).
68+
69+
### What is considered spam or abuse?
70+
71+
See the [posting guidelines](/common/posting/#what-is-considered-spam-or-abuse) for examples of behavior that may be downvoted or removed.
72+
73+
### How do I power up or power down HIVE?
74+
75+
Use the wallet options to convert between liquid HIVE and Hive Power. The [power up/down guide](/guides/power-up-down/) covers the steps.
76+
77+
## Content and rewards
78+
79+
### What are the dollar amounts next to posts and comments?
80+
81+
They estimate the pending payout after seven days. Rewards are explained in [Hive curation and rewards](/hive/curation-and-rewards/).
82+
83+
### How are author and curation rewards split?
84+
85+
At payout, authors and curators each receive 50% of the rewards unless beneficiaries are set or rewards are declined.
86+
87+
### What is voting mana?
88+
89+
Voting power decreases with each vote and regenerates by about 20% per day. See [voting power](/common/resource-credits/voting-power/) for details.
90+
91+
### When can I claim my rewards?
92+
93+
Rewards become claimable seven days after the post or comment is published. Use the **Claim Rewards** button in your wallet.
94+
95+
## Wallet and tokens
96+
97+
### What is the difference between HIVE and Hive Dollars (HBD)?
98+
99+
HIVE is the native liquid token; HBD is a stable-value token. Learn more in [Hive tokens](/common/hive-tokens/).
100+
101+
### How do I convert between HIVE and HBD?
102+
103+
Use the **Convert** option in your wallet or trade on a supported market. Converting HBD to HIVE takes about 3.5 days.
104+
105+
## Proposals and governance
106+
107+
### How does the Decentralized Hive Fund (DHF) work?
108+
109+
Anyone can create a proposal for community funding. Once it reaches the required vote threshold it receives hourly payouts until it falls below that level.
110+
111+
### How do I vote on proposals?
112+
113+
Visit the [Proposals page](https://ecency.com/proposals) and use the vote icon next to a proposal you support.
38114

0 commit comments

Comments
 (0)