mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
[PR #232] [MERGED] Create new documentation site based on README #181
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/232
Author: @etekweb
Created: 6/15/2023
Status: ✅ Merged
Merged: 7/17/2023
Merged by: @appy-one
Base:
master← Head:master📝 Commits (3)
5053c28create documentation based on README25bc12eadd title/icon, dark theme option, copy btn for code89adb40Add img dir📊 Changes
9 files changed (+2369 additions, -0 deletions)
View changed files
➕
docs/.nojekyll(+0 -0)➕
docs/README.md(+2275 -0)➕
docs/favicon.ico(+0 -0)➕
docs/img/contribute.svg(+17 -0)➕
docs/img/logo.png(+0 -0)➕
docs/img/logo_no_bg.png(+0 -0)➕
docs/img/sponsor.svg(+24 -0)➕
docs/img/tweet.svg(+16 -0)➕
docs/index.html(+37 -0)📄 Description
Adds a new documentation site based on the current README.md file. This approach is much easier to navigate than the current docs since you can use the navigation bar on the left-hand side (as discussed in #95).
Future Development
After the documentation site is published, the main repo README.md file can then be dramatically simplified to just contain the basic project info and a link to the documentation site.
Also, it would probably be useful to ultimately divide the README file into multiple subpages. This will reduce the overall amount of information on first load, as well as simplifying future updates to the documentation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.