Giter Club home page Giter Club logo

100ms-docs's People

Contributors

a-kverma avatar amit-100ms avatar aniketbehera avatar aniketsk avatar arjunattam avatar ashwins93 avatar atul107 avatar bmbshlly avatar decoder07 avatar deep-codes avatar eswarclynn avatar github-actions[bot] avatar govindmaheshwari2 avatar gulzar1996 avatar gzerad avatar hdz-666 avatar kaustubhkumar05 avatar mntrspace avatar nixon-samuel avatar pawan-100ms avatar pratimmallick avatar raviteja83 avatar s-dvd avatar sagargaonkar avatar saikatmitra91 avatar samarthjain10 avatar sandeep-100ms avatar stanwolverine avatar triptu avatar ygit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

100ms-docs's Issues

Deepankar's Todolist

DEEP's TODO

  • fix order of content of android #148
  • fix Android Release notes #148
  • Mdx Components not working in Common Parts #147
  • Fix Quickstart Apps Link in Basic Concepts in all Section #147
  • show message for people using old docs links /v1 & /v2 #149
  • add Android API reference up #152
  • better table UI #153
  • Tech Selector doesn't inherit the state from the /api-reference #153
  • Lowercase Tech Names in Selector #153
  • skip to section not working for token generation page (fix: add remark-slug plugin)
  • Header new UI #153
  • Search Modal being cramped #153
  • Javascript Release Notes not working (links to old docs)
  • Ask Praveen About this
  • Report Transclusion Error to Hashicorp [POST MERGE]

old dependencies

many packages havent being updated + many of them being conflicted with others ...

lot of dependencies are lot of debts ...

appending headers

Instead of repeating headers in each MDX file add them via DocLayout

And for Deno(Supabase Edge Function) please. I try, but error Error: Failed to create room: Unauthorized

And for Deno(Supabase Edge Function) please. I try, but error Error: Failed to create room: Unauthorized

error Error: Failed to create room: Unauthorized
   at Object.handler (file:///home/deno/functions/create-room/index.ts:83:13)
   at eventLoopTick (ext:core/01_core.js:183:11)
   at async handleHttp (ext:sb_core_main_js/js/http.js:93:17)
import {
  create,
  getNumericDate,
  Header,
  Payload,
} from "https://deno.land/x/djwt/mod.ts";

const access_key = Deno.env.get("APP_ACCESS_KEY");
const app_secret = Deno.env.get("APP_SECRET");

const payload: Payload = {
  access_key: access_key,
  type: "management",
  version: 2,
  iat: getNumericDate(Math.floor(Date.now() / 1000)),
  nbf: getNumericDate(Math.floor(Date.now() / 1000)),
  exp: getNumericDate(60 * 60 * 24), // 24 hours from now
};

const header: Header = {
  alg: "HS256",
  typ: "JWT",
};


const cryptoKey = await crypto.subtle.importKey(
  "raw",
  new TextEncoder().encode(app_secret),
  { name: "HMAC", hash: { name: "SHA-256" } },
  false,
  ["sign"],
);
let token;
  try {
    if (!app_secret) {
      throw new Error("Secret not found");
    }
    token = await create(header, payload, cryptoKey);
  } catch (err) {
    console.error(err);
  }

improve note component

Currently, Blockquotes are mapped a Custom Note component

refer this :

const NoteCustom = (props: any) => <Note type="success">{props.children}</Note>;

blockquote: NoteCustom,

Our current Note component looks like this:

Visit https://docs.100ms.live/javascript/v2/features/device-change check it live.

Screenshot 2021-10-02 at 8 23 29 AM

It looks very simple at the moment

Things that can make it better

  • add an info icon
  • have a background , border (shades of blue / yellow / red)
  • more variants ( success , note , error )

Feel free to drop questions if you have

feature to work on

Features:

  • Make Tabs Accessible
  • Cmd + C should copy the Code Block in scrollView (Vercel)
  • Hover on some Specific Code words -> Tooltip (as Stripe Docs)
  • Blur the Bottom if Scroll is present in Sidebar and Toc (as Stripe Docs)
  • Scroll would control the Active States in Toc (Same as Gitbook)
  • Support Anchor Scrolls for Other Browsers (Radix-UI)
  • Copied To Clipboard Toastify (optional)
  • Make Copied Pop to the Left instead of Bottom (to avoid hidden in small snippets)
  • Arrow Keys bind as Pagination

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.