GithubHelp home page GithubHelp logo

resonatecoop / documentation Goto Github PK

View Code? Open in Web Editor NEW
5.0 7.0 2.0 5.15 MB

Providing support for Resonate's core technology and surrounding ecosystem

Home Page: https://docs.resonate.coop

License: MIT License

JavaScript 75.36% TypeScript 11.49% CSS 13.15%
co-op co-operative cooperative docs documentation music resonate streaming

documentation's People

Contributors

auggod avatar dependabot[bot] avatar mattburnett-repo avatar peterklingelhofer avatar simonv3 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

documentation's Issues

Add downloaded repo `.md` files to `.gitignore`

Is your feature request related to a problem? Please describe.
Running yarn start downloads untracked MD files that we don't want to commit in this repository.

Describe the solution you'd like
Add these to .gitignore to help to ensure that these files are not committed to in this repository.

Add User API Documentation

Is your feature request related to a problem? Please describe.
Not all of Resonate's APIs are currently listed in the top right and bottom right.

Describe the solution you'd like
Add the User API to the links in the top right and bottom right.

Describe alternatives you've considered
#7

Theme should default to device preferences

Is your feature request related to a problem? Please describe.
Currently, when a user loads up the website, on both desktop and mobile, it defaults to the light theme.

Describe the solution you'd like
The site should default to the dark theme if the user's device is in dark mode / prefers dark.

Blocked Externally: Fetching from multiple `sourceBaseUrls` via `docusaurus-plugin-remote-content`

For reference: rdilweb/docusaurus-plugin-remote-content#40

Once this is supported, we should be able to use something like this configuration to achieve this:

  plugins: [
    [
      "docusaurus-plugin-remote-content",
      {
        name: "stream", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/resonatecoop/stream/development/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/basics", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
      {
        name: "website", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/resonatecoop/website/develop/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/basics", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
      {
        name: "id", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/resonatecoop/id/develop/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/basics", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
      {
        name: "user-api", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/resonatecoop/user-api/master/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/basics", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
      {
        name: "user-api-client", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/resonatecoop/user-api-client/master/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/basics", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
      {
        name: "beam", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/simonv3/beam/main/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/ecosystem", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
      {
        name: "stream-app", // used by CLI, must be path safe
        sourceBaseUrl: "https://raw.githubusercontent.com/peterklingelhofer/stream-app/main/", // the base url for the markdown (gets prepended to all of the documents when fetching)
        outDir: "docs/ecosystem", // the base directory to output to.
        documents: ["README.md"], // the file names to download
      },
    ],
],

Optimize repository list in `docusaurus.config.js`

Create object, both for this repository and remote repositories:

  • repository
  • defaultBranch
  • organization
  • readmeFileName
  • title? // defaults to repo name capitalized and replacing dashes with spaces if not provided

or at least, create a function for some of the behavior in modifyContent.

This will reduce duplication/redundant code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.