Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add chinese version of Developer section #66

Merged
merged 15 commits into from
Jan 24, 2022

Commits on Jan 3, 2022

  1. Change table (filecoin-project#44)

    * Update multisig.md
    
    Add in description for cancel a multisig transaction and inspect msig params with lotus-shed.
    
    * Update multisig.md
    
    format updates to cancel and inspect processes
    
    * Update mining-architectures.md
    
    * Update mining-architectures.md
    
    * Formatting fixes.
    
    * Adds closing codeblock.
    
    Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
    SgtCoin and johnnymatthews authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    904cbae View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Moves back to original theme. (filecoin-project#39)

    * Moves back to original theme.
    
    * Adds proper homescreen.
    
    * Temp config change for Netlify preview.
    
    * Adds Lotus logo as SVG to topbar nav.
    
    * Sorting layout for homepage.
    
    * Adds placeholder text to homepage.
    
    * Completes homepage copy and layout.
    
    * Attempts to fix logo SVG.
    
    * Adds link to install from homepage.
    
    * Adds getting started section.
    
    * Adds basic progress bar movement.
    
    * Adds progress bar for scrolling.
    
    * Adds plaintext option for code blocks.
    
    * Adds plaintext to code blocks.
    
    * Links to new 'What is Lotus' page.
    
    * Changes identifer to make title easier to read.
    
    * Adds placeholders for getting started content.
    
    * Adds styling for progressbar in dark mode.
    
    * Orders all pages. Again.
    
    * Changes unfinished posts to draft.
    
    * Adds draft warning to content.
    
    * Fixing broken external links.
    
    * Edits external links.
    
    * Hides 'Edit' page for now.
    
    * Further external link fixes.
    johnnymatthews authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    68de2fb View commit details
    Browse the repository at this point in the history
  2. Fix/minor style edits (filecoin-project#45)

    * Updates GitHub link.
    
    * Fixes external links.
    
    * Adds ZH version dropdown.
    
    * Adds ZH language to dropdown.
    
    * Cleans up ZH menu.
    
    * Corrects base URL for search.
    johnnymatthews authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    43ff4f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    06ccba0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Adds minor error fixes from filecoin PR. (filecoin-project#50)

    * Adds minor error fixes from filecoin PR.
    
    * Fixes mutliple formatting errors.
    johnnymatthews authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f5a734d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    c1b4453 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    9d34f94 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Update/default configs (filecoin-project#58)

    * Adds default Lotus config.
    
    * Adds default SP config.
    johnnymatthews authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    88fe6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ab123 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    eadb97f View commit details
    Browse the repository at this point in the history
  2. Merge cgroups and environment variables for the resource allocation t…

    …able. (filecoin-project#56)
    
    * Update seal-workers.md
    
    * Update configuration.md
    
    * Update seal-workers.md
    
    * Apply suggestions from code review
    
    * Adds detail shortcode blocks.
    
    * Adds empty line after paragraph and before title.
    
    Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
    SgtCoin and johnnymatthews authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    34d41a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6476454 View commit details
    Browse the repository at this point in the history
  4. Adds warning callout for config updates. (filecoin-project#59)

    * Adds warning callout for config updates.
    
    * Adds config upgrade warning for miner and client.
    johnnymatthews authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ea5554f View commit details
    Browse the repository at this point in the history
  5. Storage provider updates and copy edits (filecoin-project#49)

    * Remove out of date info on control addresses
    
    Referenced feature is in current release.
    
    * Clarify resources re worker windows
    
    This actually resolves #1021 in the old filecoin-docs (https://github.com/filecoin-project/filecoin-docs/issues/1021). The issue title now refers to clarifying what happens in worker windows, but the original request was just to make this part of the docs make sense as a sentence, and the table below gives enough detail for the reader to calculate what could be done with a given set of resources, which was the other part of the question in original issue #1021.
    
    * Updated Lotus worker co-location section
    
    Modified co-location info for multi GPU setups since support was added to last RC and appears to be moving forward. Also added use case (which I can confirm is feasible) for co-location related to parallel GPU task processing.
    
    * Reorganized storage groups section
    
    I found the new documentation on storage groups a bit confusing so I thought I'd attempt to help clarify it a bit. Also corrected some errors/typos in config file and storage attach command syntax. One thing that's still not clear (to me) from this documentation is what the use case would be for having more than one value in Groups for any given sectorstore file. It also might be helpful to suggest how storage groups could work in an environment where some storage locations are shared and others are local, as well as considerations when workers have multiple (local) sector stores, but I haven't spent enough time configuring my own storage groups to be able to add that at this point.
    
    I moved the storage groups documentation under a new heading at the bottom for multi-worker setups, in hopes that eventually there might be more robust official documentation on best practices for multiple workers since that's what most people seem to doing.
    
    * Adds minor formatting tweaks.
    
    * Addresses broken relref links.
    
    Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
    shotcollin and johnnymatthews authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    99fa1c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    1d41e37 View commit details
    Browse the repository at this point in the history